Shades of Christine #CA5E27
Tints of Christine #CA5E27
RGB
CMYK
RGB Variations
Color information
#CA5E27 (or 0xCA5E27) is known color: Christine. HEX triplet: CA, 5E and 27. RGB value is (202,94,39). Sum of RGB (Red+Green+Blue) = 202+94+39=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA5E27 is #35A1D8. Grayscale: #787878. Windows color (decimal): -3514841 or 2580170. OLE color: 2580170.
HSL color Cylindrical-coordinate representation of color #CA5E27: hue angle of 20.25º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA5E27 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 94 | 39 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.21 |
| HSL | 20.25º | 0.68% | 0.47% | - |
| HSV(B) | 20.25º | 0.81% | 0.79% | - |
| XYZ | 28.73 | 20.71 | 4.4 | - |
| YUV | 120.02 | 82.28 | 186.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 94 | 39 | 0 | 0.53 | 0.81 | 0.21 | 20.25 | 0.68 | 0.47 |
| Hex | CA | 5E | 27 | 0 | 35 | 51 | 15 | 14 | 44 | 2F |
| Octal | 312 | 136 | 47 | 0 | 65 | 121 | 25 | 24 | 104 | 57 |
| Binary | 11001010 | 1011110 | 100111 | 0 | 110101 | 1010001 | 10101 | 10100 | 1000100 | 101111 |
Color Harmonies of #CA5E27
Complementary color
Monochromatic Colors of #CA5E27
Black with #CA5E27
Text Example
Text Example
White with #CA5E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA5E27; }
p { color: rgb(202,94,39); }
H1.HeaderClassName
{
color: #CA5E27;
}
.AnyTagClassName
{
color: #CA5E27;
}
</style>
background-color css
<style>
a { background-color: #CA5E27; }
a { background-color: rgb(202,94,39); }
div.DivClassName
{
background-color: #CA5E27;
}
.BgClassName
{
background-color: #CA5E27;
}
</style>
border-color css
<style>
span { border-color: #CA5E27; }
span { border-color: rgb(202,94,39); }
td.TdClassName
{
border-color: #CA5E27;
}
.TagClassName
{
border-color: #CA5E27;
}
</style>