Shades of Christine #C8662B
Tints of Christine #C8662B
RGB
CMYK
RGB Variations
Color information
#C8662B (or 0xC8662B) is known color: Christine. HEX triplet: C8, 66 and 2B. RGB value is (200,102,43). Sum of RGB (Red+Green+Blue) = 200+102+43=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C8662B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8662B is #3799D4. Grayscale: #7C7C7C. Windows color (decimal): -3643861 or 2844360. OLE color: 2844360.
HSL color Cylindrical-coordinate representation of color #C8662B: hue angle of 22.55º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8662B is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 102 | 43 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.22 |
| HSL | 22.55º | 0.65% | 0.48% | - |
| HSV(B) | 22.55º | 0.79% | 0.78% | - |
| XYZ | 29.01 | 21.96 | 4.99 | - |
| YUV | 124.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 43 | 0 | 0.49 | 0.78 | 0.22 | 22.55 | 0.65 | 0.48 |
| Hex | C8 | 66 | 2B | 0 | 31 | 4E | 16 | 17 | 41 | 30 |
| Octal | 310 | 146 | 53 | 0 | 61 | 116 | 26 | 27 | 101 | 60 |
| Binary | 11001000 | 1100110 | 101011 | 0 | 110001 | 1001110 | 10110 | 10111 | 1000001 | 110000 |
Color Harmonies of #C8662B
Complementary color
Monochromatic Colors of #C8662B
Black with #C8662B
Text Example
Text Example
White with #C8662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8662B; }
p { color: rgb(200,102,43); }
H1.HeaderClassName
{
color: #C8662B;
}
.AnyTagClassName
{
color: #C8662B;
}
</style>
background-color css
<style>
a { background-color: #C8662B; }
a { background-color: rgb(200,102,43); }
div.DivClassName
{
background-color: #C8662B;
}
.BgClassName
{
background-color: #C8662B;
}
</style>
border-color css
<style>
span { border-color: #C8662B; }
span { border-color: rgb(200,102,43); }
td.TdClassName
{
border-color: #C8662B;
}
.TagClassName
{
border-color: #C8662B;
}
</style>