Shades of Christine #C8652D
Tints of Christine #C8652D
RGB
CMYK
RGB Variations
Color information
#C8652D (or 0xC8652D) is known color: Christine. HEX triplet: C8, 65 and 2D. RGB value is (200,101,45). Sum of RGB (Red+Green+Blue) = 200+101+45=346 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.80% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 45 (17.97% from 255 or 13.01% from 346); Max value from RGB is 200 - color contains mainly: red. Hex color #C8652D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8652D is #379AD2. Grayscale: #7C7C7C. Windows color (decimal): -3644115 or 2975176. OLE color: 2975176.
HSL color Cylindrical-coordinate representation of color #C8652D: hue angle of 21.68º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8652D is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 101 | 45 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.22 |
| HSL | 21.68º | 0.63% | 0.48% | - |
| HSV(B) | 21.68º | 0.78% | 0.78% | - |
| XYZ | 28.95 | 21.78 | 5.16 | - |
| YUV | 124.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 45 | 0 | 0.49 | 0.78 | 0.22 | 21.68 | 0.63 | 0.48 |
| Hex | C8 | 65 | 2D | 0 | 31 | 4E | 16 | 16 | 3F | 30 |
| Octal | 310 | 145 | 55 | 0 | 61 | 116 | 26 | 26 | 77 | 60 |
| Binary | 11001000 | 1100101 | 101101 | 0 | 110001 | 1001110 | 10110 | 10110 | 111111 | 110000 |
Color Harmonies of #C8652D
Complementary color
Monochromatic Colors of #C8652D
Black with #C8652D
Text Example
Text Example
White with #C8652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8652D; }
p { color: rgb(200,101,45); }
H1.HeaderClassName
{
color: #C8652D;
}
.AnyTagClassName
{
color: #C8652D;
}
</style>
background-color css
<style>
a { background-color: #C8652D; }
a { background-color: rgb(200,101,45); }
div.DivClassName
{
background-color: #C8652D;
}
.BgClassName
{
background-color: #C8652D;
}
</style>
border-color css
<style>
span { border-color: #C8652D; }
span { border-color: rgb(200,101,45); }
td.TdClassName
{
border-color: #C8652D;
}
.TagClassName
{
border-color: #C8652D;
}
</style>