Shades of Dark Coral #CA644B
Tints of Dark Coral #CA644B
RGB
CMYK
RGB Variations
Color information
#CA644B (or 0xCA644B) is known color: Dark Coral. HEX triplet: CA, 64 and 4B. RGB value is (202,100,75). Sum of RGB (Red+Green+Blue) = 202+100+75=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 100 (39.45% from 255 or 26.53% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA644B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA644B is #359BB4. Grayscale: #7F7F7F. Windows color (decimal): -3513269 or 4941002. OLE color: 4941002.
HSL color Cylindrical-coordinate representation of color #CA644B: hue angle of 11.81º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CA644B is Cyan = 0, Magento = 0.50, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 75 | - |
| CMYK | 0 | 0.50 | 0.63 | 0.21 |
| HSL | 11.81º | 0.55% | 0.54% | - |
| HSV(B) | 11.81º | 0.63% | 0.79% | - |
| XYZ | 30.18 | 22.18 | 9.35 | - |
| YUV | 127.65 | 98.29 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 75 | 0 | 0.50 | 0.63 | 0.21 | 11.81 | 0.55 | 0.54 |
| Hex | CA | 64 | 4B | 0 | 32 | 3F | 15 | C | 37 | 36 |
| Octal | 312 | 144 | 113 | 0 | 62 | 77 | 25 | 14 | 67 | 66 |
| Binary | 11001010 | 1100100 | 1001011 | 0 | 110010 | 111111 | 10101 | 1100 | 110111 | 110110 |
Color Harmonies of #CA644B
Complementary color
Monochromatic Colors of #CA644B
Black with #CA644B
Text Example
Text Example
White with #CA644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA644B; }
p { color: rgb(202,100,75); }
H1.HeaderClassName
{
color: #CA644B;
}
.AnyTagClassName
{
color: #CA644B;
}
</style>
background-color css
<style>
a { background-color: #CA644B; }
a { background-color: rgb(202,100,75); }
div.DivClassName
{
background-color: #CA644B;
}
.BgClassName
{
background-color: #CA644B;
}
</style>
border-color css
<style>
span { border-color: #CA644B; }
span { border-color: rgb(202,100,75); }
td.TdClassName
{
border-color: #CA644B;
}
.TagClassName
{
border-color: #CA644B;
}
</style>