Color spaces of #c64440
RGB | 198 | 68 | 64 |
---|---|---|---|
HSL | 0.00 | 0.54 | 0.51 |
HSV | 2° | 68° | 78° |
CMYK | 0.00 | 0.66 | 0.68 0.22 |
XYZ | 26.2812 | 16.5102 | 6.6521 |
Yxy | 16.5102 | 0.5315 | 0.3339 |
Hunter Lab | 40.6327 | 44.3462 | 18.7364 |
CIE-Lab | 47.6369 | 51.4441 | 30.9484 |
#c64440 color RGB value is (198,68,64).
#c64440 hex color red value is 198, green value is 68 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c64440 hue: 0.00 , saturation: 0.54 and the lightness value of c64440 is 0.51.
The process color (four color CMYK) of #c64440 color hex is 0.00, 0.66, 0.68, 0.22. Web safe color of #c64440 is #cc3333. Color #c64440 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01000100 | 01000000 |
Octal | 306 | 104 | 100 |
Decimal | 198 | 68 | 64 |
Hex | C6 | 44 | 40 |
Shades of #c64440
Tints of #c64440
RGB Percentages of Color #c64440
CMYK Percentages of Color #c64440
Complementary Color
#c64440 | #40c2c6 |
#c64440 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c64440 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c64440 Color CSS Codes
.mybgcolor {background-color:#c64440; } .myforecolor {color:#c64440; } .mybordercolor {border:3px solid #c64440; }
#c64440 Text Font Color
<p style="color:#c64440">Text here</p>
This sample text font color is #c64440
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c64440 Background Color
<div style="background-color:#c64440">
Div content here</div>
This div background color is #c64440
#c64440 Border Color
<div style="border:3px solid #c64440">
Div here</div>
This div border color is #c64440
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,68,64, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c64440; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c64440; -webkit-box-shadow: 1px 1px 3px 2px #c64440; box-shadow: 1px 1px 3px 2px #c64440; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,68,64, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c64440">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c64440; -webkit-box-shadow: 1px 1px 3px 2px #c64440; box-shadow: 1px 1px 3px 2px #c64440;">
Div content here</div>
This div box has shadow with color #c64440
Comments
No comments written yet.
Please login to write comment.