Shades of Christine #CA642A
Tints of Christine #CA642A
RGB
CMYK
RGB Variations
Color information
#CA642A (or 0xCA642A) is known color: Christine. HEX triplet: CA, 64 and 2A. RGB value is (202,100,42). Sum of RGB (Red+Green+Blue) = 202+100+42=344 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.72% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 42 (16.80% from 255 or 12.21% from 344); Max value from RGB is 202 - color contains mainly: red. Hex color #CA642A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA642A is #359BD5. Grayscale: #7C7C7C. Windows color (decimal): -3513302 or 2778314. OLE color: 2778314.
HSL color Cylindrical-coordinate representation of color #CA642A: hue angle of 21.75º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA642A is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 100 | 42 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.21 |
| HSL | 21.75º | 0.66% | 0.48% | - |
| HSV(B) | 21.75º | 0.79% | 0.79% | - |
| XYZ | 29.33 | 21.84 | 4.86 | - |
| YUV | 123.89 | 81.79 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 100 | 42 | 0 | 0.50 | 0.79 | 0.21 | 21.75 | 0.66 | 0.48 |
| Hex | CA | 64 | 2A | 0 | 32 | 4F | 15 | 16 | 42 | 30 |
| Octal | 312 | 144 | 52 | 0 | 62 | 117 | 25 | 26 | 102 | 60 |
| Binary | 11001010 | 1100100 | 101010 | 0 | 110010 | 1001111 | 10101 | 10110 | 1000010 | 110000 |
Color Harmonies of #CA642A
Complementary color
Monochromatic Colors of #CA642A
Black with #CA642A
Text Example
Text Example
White with #CA642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA642A; }
p { color: rgb(202,100,42); }
H1.HeaderClassName
{
color: #CA642A;
}
.AnyTagClassName
{
color: #CA642A;
}
</style>
background-color css
<style>
a { background-color: #CA642A; }
a { background-color: rgb(202,100,42); }
div.DivClassName
{
background-color: #CA642A;
}
.BgClassName
{
background-color: #CA642A;
}
</style>
border-color css
<style>
span { border-color: #CA642A; }
span { border-color: rgb(202,100,42); }
td.TdClassName
{
border-color: #CA642A;
}
.TagClassName
{
border-color: #CA642A;
}
</style>