Shades of Christine #C35C28
Tints of Christine #C35C28
RGB
CMYK
RGB Variations
Color information
#C35C28 (or 0xC35C28) is known color: Christine. HEX triplet: C3, 5C and 28. RGB value is (195,92,40). Sum of RGB (Red+Green+Blue) = 195+92+40=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 40 (16.02% from 255 or 12.23% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C28 is #3CA3D7. Grayscale: #757575. Windows color (decimal): -3974104 or 2645187. OLE color: 2645187.
HSL color Cylindrical-coordinate representation of color #C35C28: hue angle of 20.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C35C28 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 40 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.24 |
| HSL | 20.13º | 0.66% | 0.46% | - |
| HSV(B) | 20.13º | 0.79% | 0.76% | - |
| XYZ | 26.72 | 19.41 | 4.35 | - |
| YUV | 116.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 40 | 0 | 0.53 | 0.79 | 0.24 | 20.13 | 0.66 | 0.46 |
| Hex | C3 | 5C | 28 | 0 | 35 | 4F | 18 | 14 | 42 | 2E |
| Octal | 303 | 134 | 50 | 0 | 65 | 117 | 30 | 24 | 102 | 56 |
| Binary | 11000011 | 1011100 | 101000 | 0 | 110101 | 1001111 | 11000 | 10100 | 1000010 | 101110 |
Color Harmonies of #C35C28
Complementary color
Monochromatic Colors of #C35C28
Black with #C35C28
Text Example
Text Example
White with #C35C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C28; }
p { color: rgb(195,92,40); }
H1.HeaderClassName
{
color: #C35C28;
}
.AnyTagClassName
{
color: #C35C28;
}
</style>
background-color css
<style>
a { background-color: #C35C28; }
a { background-color: rgb(195,92,40); }
div.DivClassName
{
background-color: #C35C28;
}
.BgClassName
{
background-color: #C35C28;
}
</style>
border-color css
<style>
span { border-color: #C35C28; }
span { border-color: rgb(195,92,40); }
td.TdClassName
{
border-color: #C35C28;
}
.TagClassName
{
border-color: #C35C28;
}
</style>