Shades of Christine #C9622B
Tints of Christine #C9622B
RGB
CMYK
RGB Variations
Color information
#C9622B (or 0xC9622B) is known color: Christine. HEX triplet: C9, 62 and 2B. RGB value is (201,98,43). Sum of RGB (Red+Green+Blue) = 201+98+43=342 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.77% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 43 (17.19% from 255 or 12.57% from 342); Max value from RGB is 201 - color contains mainly: red. Hex color #C9622B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9622B is #369DD4. Grayscale: #7A7A7A. Windows color (decimal): -3579349 or 2843337. OLE color: 2843337.
HSL color Cylindrical-coordinate representation of color #C9622B: hue angle of 20.89º 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 #C9622B is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 43 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.21 |
| HSL | 20.89º | 0.65% | 0.48% | - |
| HSV(B) | 20.89º | 0.79% | 0.79% | - |
| XYZ | 28.89 | 21.33 | 4.88 | - |
| YUV | 122.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 43 | 0 | 0.51 | 0.79 | 0.21 | 20.89 | 0.65 | 0.48 |
| Hex | C9 | 62 | 2B | 0 | 33 | 4F | 15 | 15 | 41 | 30 |
| Octal | 311 | 142 | 53 | 0 | 63 | 117 | 25 | 25 | 101 | 60 |
| Binary | 11001001 | 1100010 | 101011 | 0 | 110011 | 1001111 | 10101 | 10101 | 1000001 | 110000 |
Color Harmonies of #C9622B
Complementary color
Monochromatic Colors of #C9622B
Black with #C9622B
Text Example
Text Example
White with #C9622B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9622B; }
p { color: rgb(201,98,43); }
H1.HeaderClassName
{
color: #C9622B;
}
.AnyTagClassName
{
color: #C9622B;
}
</style>
background-color css
<style>
a { background-color: #C9622B; }
a { background-color: rgb(201,98,43); }
div.DivClassName
{
background-color: #C9622B;
}
.BgClassName
{
background-color: #C9622B;
}
</style>
border-color css
<style>
span { border-color: #C9622B; }
span { border-color: rgb(201,98,43); }
td.TdClassName
{
border-color: #C9622B;
}
.TagClassName
{
border-color: #C9622B;
}
</style>