Shades of Christine #CA652F
Tints of Christine #CA652F
RGB
CMYK
RGB Variations
Color information
#CA652F (or 0xCA652F) is known color: Christine. HEX triplet: CA, 65 and 2F. RGB value is (202,101,47). Sum of RGB (Red+Green+Blue) = 202+101+47=350 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 202 - color contains mainly: red. Hex color #CA652F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA652F is #359AD0. Grayscale: #7D7D7D. Windows color (decimal): -3513041 or 3106250. OLE color: 3106250.
HSL color Cylindrical-coordinate representation of color #CA652F: hue angle of 20.9º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA652F is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 101 | 47 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.21 |
| HSL | 20.9º | 0.62% | 0.49% | - |
| HSV(B) | 20.9º | 0.77% | 0.79% | - |
| XYZ | 29.52 | 22.07 | 5.39 | - |
| YUV | 125.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 101 | 47 | 0 | 0.50 | 0.77 | 0.21 | 20.9 | 0.62 | 0.49 |
| Hex | CA | 65 | 2F | 0 | 32 | 4D | 15 | 15 | 3E | 31 |
| Octal | 312 | 145 | 57 | 0 | 62 | 115 | 25 | 25 | 76 | 61 |
| Binary | 11001010 | 1100101 | 101111 | 0 | 110010 | 1001101 | 10101 | 10101 | 111110 | 110001 |
Color Harmonies of #CA652F
Complementary color
Monochromatic Colors of #CA652F
Black with #CA652F
Text Example
Text Example
White with #CA652F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA652F; }
p { color: rgb(202,101,47); }
H1.HeaderClassName
{
color: #CA652F;
}
.AnyTagClassName
{
color: #CA652F;
}
</style>
background-color css
<style>
a { background-color: #CA652F; }
a { background-color: rgb(202,101,47); }
div.DivClassName
{
background-color: #CA652F;
}
.BgClassName
{
background-color: #CA652F;
}
</style>
border-color css
<style>
span { border-color: #CA652F; }
span { border-color: rgb(202,101,47); }
td.TdClassName
{
border-color: #CA652F;
}
.TagClassName
{
border-color: #CA652F;
}
</style>