Shades of Christine #C66C30
Tints of Christine #C66C30
RGB
CMYK
RGB Variations
Color information
#C66C30 (or 0xC66C30) is known color: Christine. HEX triplet: C6, 6C and 30. RGB value is (198,108,48). Sum of RGB (Red+Green+Blue) = 198+108+48=354 (46% of max value = 765). Red value is 198 (77.73% from 255 or 55.93% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 48 (19.14% from 255 or 13.56% from 354); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C66C30 is #3993CF. Grayscale: #808080. Windows color (decimal): -3773392 or 3173574. OLE color: 3173574.
HSL color Cylindrical-coordinate representation of color #C66C30: hue angle of 24º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C66C30 is Cyan = 0, Magento = 0.45, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 108 | 48 | - |
| CMYK | 0 | 0.45 | 0.76 | 0.22 |
| HSL | 24º | 0.61% | 0.48% | - |
| HSV(B) | 24º | 0.76% | 0.78% | - |
| XYZ | 29.18 | 22.94 | 5.69 | - |
| YUV | 128.07 | 82.82 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 108 | 48 | 0 | 0.45 | 0.76 | 0.22 | 24 | 0.61 | 0.48 |
| Hex | C6 | 6C | 30 | 0 | 2D | 4C | 16 | 18 | 3D | 30 |
| Octal | 306 | 154 | 60 | 0 | 55 | 114 | 26 | 30 | 75 | 60 |
| Binary | 11000110 | 1101100 | 110000 | 0 | 101101 | 1001100 | 10110 | 11000 | 111101 | 110000 |
Color Harmonies of #C66C30
Complementary color
Monochromatic Colors of #C66C30
Black with #C66C30
Text Example
Text Example
White with #C66C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66C30; }
p { color: rgb(198,108,48); }
H1.HeaderClassName
{
color: #C66C30;
}
.AnyTagClassName
{
color: #C66C30;
}
</style>
background-color css
<style>
a { background-color: #C66C30; }
a { background-color: rgb(198,108,48); }
div.DivClassName
{
background-color: #C66C30;
}
.BgClassName
{
background-color: #C66C30;
}
</style>
border-color css
<style>
span { border-color: #C66C30; }
span { border-color: rgb(198,108,48); }
td.TdClassName
{
border-color: #C66C30;
}
.TagClassName
{
border-color: #C66C30;
}
</style>