Shades of Christine #CB6129
Tints of Christine #CB6129
RGB
CMYK
RGB Variations
Color information
#CB6129 (or 0xCB6129) is known color: Christine. HEX triplet: CB, 61 and 29. RGB value is (203,97,41). Sum of RGB (Red+Green+Blue) = 203+97+41=341 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.53% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6129 is #349ED6. Grayscale: #7A7A7A. Windows color (decimal): -3448535 or 2712011. OLE color: 2712011.
HSL color Cylindrical-coordinate representation of color #CB6129: hue angle of 20.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB6129 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 97 | 41 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.20 |
| HSL | 20.74º | 0.66% | 0.48% | - |
| HSV(B) | 20.74º | 0.8% | 0.8% | - |
| XYZ | 29.3 | 21.41 | 4.69 | - |
| YUV | 122.31 | 82.12 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 97 | 41 | 0 | 0.52 | 0.80 | 0.20 | 20.74 | 0.66 | 0.48 |
| Hex | CB | 61 | 29 | 0 | 34 | 50 | 14 | 15 | 42 | 30 |
| Octal | 313 | 141 | 51 | 0 | 64 | 120 | 24 | 25 | 102 | 60 |
| Binary | 11001011 | 1100001 | 101001 | 0 | 110100 | 1010000 | 10100 | 10101 | 1000010 | 110000 |
Color Harmonies of #CB6129
Complementary color
Monochromatic Colors of #CB6129
Black with #CB6129
Text Example
Text Example
White with #CB6129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6129; }
p { color: rgb(203,97,41); }
H1.HeaderClassName
{
color: #CB6129;
}
.AnyTagClassName
{
color: #CB6129;
}
</style>
background-color css
<style>
a { background-color: #CB6129; }
a { background-color: rgb(203,97,41); }
div.DivClassName
{
background-color: #CB6129;
}
.BgClassName
{
background-color: #CB6129;
}
</style>
border-color css
<style>
span { border-color: #CB6129; }
span { border-color: rgb(203,97,41); }
td.TdClassName
{
border-color: #CB6129;
}
.TagClassName
{
border-color: #CB6129;
}
</style>