Shades of Christine #CA642D
Tints of Christine #CA642D
RGB
CMYK
RGB Variations
Color information
#CA642D (or 0xCA642D) is known color: Christine. HEX triplet: CA, 64 and 2D. RGB value is (202,100,45). Sum of RGB (Red+Green+Blue) = 202+100+45=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA642D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA642D is #359BD2. Grayscale: #7C7C7C. Windows color (decimal): -3513299 or 2974922. OLE color: 2974922.
HSL color Cylindrical-coordinate representation of color #CA642D: hue angle of 21.02º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA642D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 45 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.21 |
| HSL | 21.02º | 0.64% | 0.48% | - |
| HSV(B) | 21.02º | 0.78% | 0.79% | - |
| XYZ | 29.39 | 21.86 | 5.15 | - |
| YUV | 124.23 | 83.29 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 45 | 0 | 0.50 | 0.78 | 0.21 | 21.02 | 0.64 | 0.48 |
| Hex | CA | 64 | 2D | 0 | 32 | 4E | 15 | 15 | 40 | 30 |
| Octal | 312 | 144 | 55 | 0 | 62 | 116 | 25 | 25 | 100 | 60 |
| Binary | 11001010 | 1100100 | 101101 | 0 | 110010 | 1001110 | 10101 | 10101 | 1000000 | 110000 |
Color Harmonies of #CA642D
Complementary color
Monochromatic Colors of #CA642D
Black with #CA642D
Text Example
Text Example
White with #CA642D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA642D; }
p { color: rgb(202,100,45); }
H1.HeaderClassName
{
color: #CA642D;
}
.AnyTagClassName
{
color: #CA642D;
}
</style>
background-color css
<style>
a { background-color: #CA642D; }
a { background-color: rgb(202,100,45); }
div.DivClassName
{
background-color: #CA642D;
}
.BgClassName
{
background-color: #CA642D;
}
</style>
border-color css
<style>
span { border-color: #CA642D; }
span { border-color: rgb(202,100,45); }
td.TdClassName
{
border-color: #CA642D;
}
.TagClassName
{
border-color: #CA642D;
}
</style>