Shades of Christine #C36631
Tints of Christine #C36631
RGB
CMYK
RGB Variations
Color information
#C36631 (or 0xC36631) is known color: Christine. HEX triplet: C3, 66 and 31. RGB value is (195,102,49). Sum of RGB (Red+Green+Blue) = 195+102+49=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C36631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36631 is #3C99CE. Grayscale: #7C7C7C. Windows color (decimal): -3971535 or 3237571. OLE color: 3237571.
HSL color Cylindrical-coordinate representation of color #C36631: hue angle of 21.78º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C36631 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 102 | 49 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.24 |
| HSL | 21.78º | 0.6% | 0.48% | - |
| HSV(B) | 21.78º | 0.75% | 0.76% | - |
| XYZ | 27.81 | 21.33 | 5.56 | - |
| YUV | 123.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 102 | 49 | 0 | 0.48 | 0.75 | 0.24 | 21.78 | 0.6 | 0.48 |
| Hex | C3 | 66 | 31 | 0 | 30 | 4B | 18 | 16 | 3C | 30 |
| Octal | 303 | 146 | 61 | 0 | 60 | 113 | 30 | 26 | 74 | 60 |
| Binary | 11000011 | 1100110 | 110001 | 0 | 110000 | 1001011 | 11000 | 10110 | 111100 | 110000 |
Color Harmonies of #C36631
Complementary color
Monochromatic Colors of #C36631
Black with #C36631
Text Example
Text Example
White with #C36631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36631; }
p { color: rgb(195,102,49); }
H1.HeaderClassName
{
color: #C36631;
}
.AnyTagClassName
{
color: #C36631;
}
</style>
background-color css
<style>
a { background-color: #C36631; }
a { background-color: rgb(195,102,49); }
div.DivClassName
{
background-color: #C36631;
}
.BgClassName
{
background-color: #C36631;
}
</style>
border-color css
<style>
span { border-color: #C36631; }
span { border-color: rgb(195,102,49); }
td.TdClassName
{
border-color: #C36631;
}
.TagClassName
{
border-color: #C36631;
}
</style>