Shades of Christine #C9662A
Tints of Christine #C9662A
RGB
CMYK
RGB Variations
Color information
#C9662A (or 0xC9662A) is known color: Christine. HEX triplet: C9, 66 and 2A. RGB value is (201,102,42). Sum of RGB (Red+Green+Blue) = 201+102+42=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C9662A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9662A is #3699D5. Grayscale: #7D7D7D. Windows color (decimal): -3578326 or 2778825. OLE color: 2778825.
HSL color Cylindrical-coordinate representation of color #C9662A: hue angle of 22.64º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C9662A is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 42 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.21 |
| HSL | 22.64º | 0.65% | 0.48% | - |
| HSV(B) | 22.64º | 0.79% | 0.79% | - |
| XYZ | 29.26 | 22.09 | 4.91 | - |
| YUV | 124.76 | 81.3 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 42 | 0 | 0.49 | 0.79 | 0.21 | 22.64 | 0.65 | 0.48 |
| Hex | C9 | 66 | 2A | 0 | 31 | 4F | 15 | 17 | 41 | 30 |
| Octal | 311 | 146 | 52 | 0 | 61 | 117 | 25 | 27 | 101 | 60 |
| Binary | 11001001 | 1100110 | 101010 | 0 | 110001 | 1001111 | 10101 | 10111 | 1000001 | 110000 |
Color Harmonies of #C9662A
Complementary color
Monochromatic Colors of #C9662A
Black with #C9662A
Text Example
Text Example
White with #C9662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9662A; }
p { color: rgb(201,102,42); }
H1.HeaderClassName
{
color: #C9662A;
}
.AnyTagClassName
{
color: #C9662A;
}
</style>
background-color css
<style>
a { background-color: #C9662A; }
a { background-color: rgb(201,102,42); }
div.DivClassName
{
background-color: #C9662A;
}
.BgClassName
{
background-color: #C9662A;
}
</style>
border-color css
<style>
span { border-color: #C9662A; }
span { border-color: rgb(201,102,42); }
td.TdClassName
{
border-color: #C9662A;
}
.TagClassName
{
border-color: #C9662A;
}
</style>