Shades of Christine #C8672B
Tints of Christine #C8672B
RGB
CMYK
RGB Variations
Color information
#C8672B (or 0xC8672B) is known color: Christine. HEX triplet: C8, 67 and 2B. RGB value is (200,103,43). Sum of RGB (Red+Green+Blue) = 200+103+43=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8672B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8672B is #3798D4. Grayscale: #7D7D7D. Windows color (decimal): -3643605 or 2844616. OLE color: 2844616.
HSL color Cylindrical-coordinate representation of color #C8672B: hue angle of 22.93º 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 #C8672B is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 103 | 43 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.22 |
| HSL | 22.93º | 0.65% | 0.48% | - |
| HSV(B) | 22.93º | 0.79% | 0.78% | - |
| XYZ | 29.11 | 22.15 | 5.03 | - |
| YUV | 125.16 | 81.64 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 103 | 43 | 0 | 0.48 | 0.78 | 0.22 | 22.93 | 0.65 | 0.48 |
| Hex | C8 | 67 | 2B | 0 | 30 | 4E | 16 | 17 | 41 | 30 |
| Octal | 310 | 147 | 53 | 0 | 60 | 116 | 26 | 27 | 101 | 60 |
| Binary | 11001000 | 1100111 | 101011 | 0 | 110000 | 1001110 | 10110 | 10111 | 1000001 | 110000 |
Color Harmonies of #C8672B
Complementary color
Monochromatic Colors of #C8672B
Black with #C8672B
Text Example
Text Example
White with #C8672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8672B; }
p { color: rgb(200,103,43); }
H1.HeaderClassName
{
color: #C8672B;
}
.AnyTagClassName
{
color: #C8672B;
}
</style>
background-color css
<style>
a { background-color: #C8672B; }
a { background-color: rgb(200,103,43); }
div.DivClassName
{
background-color: #C8672B;
}
.BgClassName
{
background-color: #C8672B;
}
</style>
border-color css
<style>
span { border-color: #C8672B; }
span { border-color: rgb(200,103,43); }
td.TdClassName
{
border-color: #C8672B;
}
.TagClassName
{
border-color: #C8672B;
}
</style>