Shades of Christine #C9642F
Tints of Christine #C9642F
RGB
CMYK
RGB Variations
Color information
#C9642F (or 0xC9642F) is known color: Christine. HEX triplet: C9, 64 and 2F. RGB value is (201,100,47). Sum of RGB (Red+Green+Blue) = 201+100+47=348 (46% of max value = 765). Red value is 201 (78.91% from 255 or 57.76% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 47 (18.75% from 255 or 13.51% from 348); Max value from RGB is 201 - color contains mainly: red. Hex color #C9642F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9642F is #369BD0. Grayscale: #7C7C7C. Windows color (decimal): -3578833 or 3105993. OLE color: 3105993.
HSL color Cylindrical-coordinate representation of color #C9642F: hue angle of 20.65º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C9642F is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 47 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.21 |
| HSL | 20.65º | 0.62% | 0.49% | - |
| HSV(B) | 20.65º | 0.77% | 0.79% | - |
| XYZ | 29.16 | 21.74 | 5.35 | - |
| YUV | 124.16 | 84.46 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 47 | 0 | 0.50 | 0.77 | 0.21 | 20.65 | 0.62 | 0.49 |
| Hex | C9 | 64 | 2F | 0 | 32 | 4D | 15 | 15 | 3E | 31 |
| Octal | 311 | 144 | 57 | 0 | 62 | 115 | 25 | 25 | 76 | 61 |
| Binary | 11001001 | 1100100 | 101111 | 0 | 110010 | 1001101 | 10101 | 10101 | 111110 | 110001 |
Color Harmonies of #C9642F
Complementary color
Monochromatic Colors of #C9642F
Black with #C9642F
Text Example
Text Example
White with #C9642F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9642F; }
p { color: rgb(201,100,47); }
H1.HeaderClassName
{
color: #C9642F;
}
.AnyTagClassName
{
color: #C9642F;
}
</style>
background-color css
<style>
a { background-color: #C9642F; }
a { background-color: rgb(201,100,47); }
div.DivClassName
{
background-color: #C9642F;
}
.BgClassName
{
background-color: #C9642F;
}
</style>
border-color css
<style>
span { border-color: #C9642F; }
span { border-color: rgb(201,100,47); }
td.TdClassName
{
border-color: #C9642F;
}
.TagClassName
{
border-color: #C9642F;
}
</style>