Shades of Christine #CB6529
Tints of Christine #CB6529
RGB
CMYK
RGB Variations
Color information
#CB6529 (or 0xCB6529) is known color: Christine. HEX triplet: CB, 65 and 29. RGB value is (203,101,41). Sum of RGB (Red+Green+Blue) = 203+101+41=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6529 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6529 is #349AD6. Grayscale: #7D7D7D. Windows color (decimal): -3447511 or 2713035. OLE color: 2713035.
HSL color Cylindrical-coordinate representation of color #CB6529: hue angle of 22.22º 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 #CB6529 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 101 | 41 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.20 |
| HSL | 22.22º | 0.66% | 0.48% | - |
| HSV(B) | 22.22º | 0.8% | 0.8% | - |
| XYZ | 29.68 | 22.16 | 4.81 | - |
| YUV | 124.66 | 80.79 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 41 | 0 | 0.50 | 0.80 | 0.20 | 22.22 | 0.66 | 0.48 |
| Hex | CB | 65 | 29 | 0 | 32 | 50 | 14 | 16 | 42 | 30 |
| Octal | 313 | 145 | 51 | 0 | 62 | 120 | 24 | 26 | 102 | 60 |
| Binary | 11001011 | 1100101 | 101001 | 0 | 110010 | 1010000 | 10100 | 10110 | 1000010 | 110000 |
Color Harmonies of #CB6529
Complementary color
Monochromatic Colors of #CB6529
Black with #CB6529
Text Example
Text Example
White with #CB6529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6529; }
p { color: rgb(203,101,41); }
H1.HeaderClassName
{
color: #CB6529;
}
.AnyTagClassName
{
color: #CB6529;
}
</style>
background-color css
<style>
a { background-color: #CB6529; }
a { background-color: rgb(203,101,41); }
div.DivClassName
{
background-color: #CB6529;
}
.BgClassName
{
background-color: #CB6529;
}
</style>
border-color css
<style>
span { border-color: #CB6529; }
span { border-color: rgb(203,101,41); }
td.TdClassName
{
border-color: #CB6529;
}
.TagClassName
{
border-color: #CB6529;
}
</style>