Shades of Christine #C9672A
Tints of Christine #C9672A
RGB
CMYK
RGB Variations
Color information
#C9672A (or 0xC9672A) is known color: Christine. HEX triplet: C9, 67 and 2A. RGB value is (201,103,42). Sum of RGB (Red+Green+Blue) = 201+103+42=346 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.09% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 201 - color contains mainly: red. Hex color #C9672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9672A is #3698D5. Grayscale: #7D7D7D. Windows color (decimal): -3578070 or 2779081. OLE color: 2779081.
HSL color Cylindrical-coordinate representation of color #C9672A: hue angle of 23.02º 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 #C9672A is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 42 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.21 |
| HSL | 23.02º | 0.65% | 0.48% | - |
| HSV(B) | 23.02º | 0.79% | 0.79% | - |
| XYZ | 29.36 | 22.29 | 4.94 | - |
| YUV | 125.35 | 80.97 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 42 | 0 | 0.49 | 0.79 | 0.21 | 23.02 | 0.65 | 0.48 |
| Hex | C9 | 67 | 2A | 0 | 31 | 4F | 15 | 17 | 41 | 30 |
| Octal | 311 | 147 | 52 | 0 | 61 | 117 | 25 | 27 | 101 | 60 |
| Binary | 11001001 | 1100111 | 101010 | 0 | 110001 | 1001111 | 10101 | 10111 | 1000001 | 110000 |
Color Harmonies of #C9672A
Complementary color
Monochromatic Colors of #C9672A
Black with #C9672A
Text Example
Text Example
White with #C9672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9672A; }
p { color: rgb(201,103,42); }
H1.HeaderClassName
{
color: #C9672A;
}
.AnyTagClassName
{
color: #C9672A;
}
</style>
background-color css
<style>
a { background-color: #C9672A; }
a { background-color: rgb(201,103,42); }
div.DivClassName
{
background-color: #C9672A;
}
.BgClassName
{
background-color: #C9672A;
}
</style>
border-color css
<style>
span { border-color: #C9672A; }
span { border-color: rgb(201,103,42); }
td.TdClassName
{
border-color: #C9672A;
}
.TagClassName
{
border-color: #C9672A;
}
</style>