Shades of Christine #CB6329
Tints of Christine #CB6329
RGB
CMYK
RGB Variations
Color information
#CB6329 (or 0xCB6329) is known color: Christine. HEX triplet: CB, 63 and 29. RGB value is (203,99,41). Sum of RGB (Red+Green+Blue) = 203+99+41=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 41 (16.41% from 255 or 11.95% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6329 is #349CD6. Grayscale: #7B7B7B. Windows color (decimal): -3448023 or 2712523. OLE color: 2712523.
HSL color Cylindrical-coordinate representation of color #CB6329: hue angle of 21.48º 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 #CB6329 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 99 | 41 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.20 |
| HSL | 21.48º | 0.66% | 0.48% | - |
| HSV(B) | 21.48º | 0.8% | 0.8% | - |
| XYZ | 29.49 | 21.78 | 4.75 | - |
| YUV | 123.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 99 | 41 | 0 | 0.51 | 0.80 | 0.20 | 21.48 | 0.66 | 0.48 |
| Hex | CB | 63 | 29 | 0 | 33 | 50 | 14 | 15 | 42 | 30 |
| Octal | 313 | 143 | 51 | 0 | 63 | 120 | 24 | 25 | 102 | 60 |
| Binary | 11001011 | 1100011 | 101001 | 0 | 110011 | 1010000 | 10100 | 10101 | 1000010 | 110000 |
Color Harmonies of #CB6329
Complementary color
Monochromatic Colors of #CB6329
Black with #CB6329
Text Example
Text Example
White with #CB6329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6329; }
p { color: rgb(203,99,41); }
H1.HeaderClassName
{
color: #CB6329;
}
.AnyTagClassName
{
color: #CB6329;
}
</style>
background-color css
<style>
a { background-color: #CB6329; }
a { background-color: rgb(203,99,41); }
div.DivClassName
{
background-color: #CB6329;
}
.BgClassName
{
background-color: #CB6329;
}
</style>
border-color css
<style>
span { border-color: #CB6329; }
span { border-color: rgb(203,99,41); }
td.TdClassName
{
border-color: #CB6329;
}
.TagClassName
{
border-color: #CB6329;
}
</style>