Shades of Christine #CA682D
Tints of Christine #CA682D
RGB
CMYK
RGB Variations
Color information
#CA682D (or 0xCA682D) is known color: Christine. HEX triplet: CA, 68 and 2D. RGB value is (202,104,45). Sum of RGB (Red+Green+Blue) = 202+104+45=351 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.55% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 202 - color contains mainly: red. Hex color #CA682D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA682D is #3597D2. Grayscale: #7E7E7E. Windows color (decimal): -3512275 or 2975946. OLE color: 2975946.
HSL color Cylindrical-coordinate representation of color #CA682D: hue angle of 22.55º 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 #CA682D is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 104 | 45 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.21 |
| HSL | 22.55º | 0.64% | 0.48% | - |
| HSV(B) | 22.55º | 0.78% | 0.79% | - |
| XYZ | 29.78 | 22.65 | 5.28 | - |
| YUV | 126.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 104 | 45 | 0 | 0.49 | 0.78 | 0.21 | 22.55 | 0.64 | 0.48 |
| Hex | CA | 68 | 2D | 0 | 31 | 4E | 15 | 17 | 40 | 30 |
| Octal | 312 | 150 | 55 | 0 | 61 | 116 | 25 | 27 | 100 | 60 |
| Binary | 11001010 | 1101000 | 101101 | 0 | 110001 | 1001110 | 10101 | 10111 | 1000000 | 110000 |
Color Harmonies of #CA682D
Complementary color
Monochromatic Colors of #CA682D
Black with #CA682D
Text Example
Text Example
White with #CA682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA682D; }
p { color: rgb(202,104,45); }
H1.HeaderClassName
{
color: #CA682D;
}
.AnyTagClassName
{
color: #CA682D;
}
</style>
background-color css
<style>
a { background-color: #CA682D; }
a { background-color: rgb(202,104,45); }
div.DivClassName
{
background-color: #CA682D;
}
.BgClassName
{
background-color: #CA682D;
}
</style>
border-color css
<style>
span { border-color: #CA682D; }
span { border-color: rgb(202,104,45); }
td.TdClassName
{
border-color: #CA682D;
}
.TagClassName
{
border-color: #CA682D;
}
</style>