Shades of Christine #C65A21
Tints of Christine #C65A21
RGB
CMYK
RGB Variations
Color information
#C65A21 (or 0xC65A21) is known color: Christine. HEX triplet: C6, 5A and 21. RGB value is (198,90,33). Sum of RGB (Red+Green+Blue) = 198+90+33=321 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.68% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 33 (13.28% from 255 or 10.28% from 321); Max value from RGB is 198 - color contains mainly: red. Hex color #C65A21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65A21 is #39A5DE. Grayscale: #747474. Windows color (decimal): -3778015 or 2185926. OLE color: 2185926.
HSL color Cylindrical-coordinate representation of color #C65A21: hue angle of 20.73º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C65A21 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 90 | 33 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.22 |
| HSL | 20.73º | 0.71% | 0.45% | - |
| HSV(B) | 20.73º | 0.83% | 0.78% | - |
| XYZ | 27.22 | 19.43 | 3.75 | - |
| YUV | 115.79 | 81.28 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 90 | 33 | 0 | 0.55 | 0.83 | 0.22 | 20.73 | 0.71 | 0.45 |
| Hex | C6 | 5A | 21 | 0 | 37 | 53 | 16 | 15 | 47 | 2D |
| Octal | 306 | 132 | 41 | 0 | 67 | 123 | 26 | 25 | 107 | 55 |
| Binary | 11000110 | 1011010 | 100001 | 0 | 110111 | 1010011 | 10110 | 10101 | 1000111 | 101101 |
Color Harmonies of #C65A21
Complementary color
Monochromatic Colors of #C65A21
Black with #C65A21
Text Example
Text Example
White with #C65A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65A21; }
p { color: rgb(198,90,33); }
H1.HeaderClassName
{
color: #C65A21;
}
.AnyTagClassName
{
color: #C65A21;
}
</style>
background-color css
<style>
a { background-color: #C65A21; }
a { background-color: rgb(198,90,33); }
div.DivClassName
{
background-color: #C65A21;
}
.BgClassName
{
background-color: #C65A21;
}
</style>
border-color css
<style>
span { border-color: #C65A21; }
span { border-color: rgb(198,90,33); }
td.TdClassName
{
border-color: #C65A21;
}
.TagClassName
{
border-color: #C65A21;
}
</style>