Shades of Christine #C35C29
Tints of Christine #C35C29
RGB
CMYK
RGB Variations
Color information
#C35C29 (or 0xC35C29) is known color: Christine. HEX triplet: C3, 5C and 29. RGB value is (195,92,41). Sum of RGB (Red+Green+Blue) = 195+92+41=328 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.45% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C29 is #3CA3D6. Grayscale: #757575. Windows color (decimal): -3974103 or 2710723. OLE color: 2710723.
HSL color Cylindrical-coordinate representation of color #C35C29: hue angle of 19.87º degrees, saturation: 0.65, 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 #C35C29 is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 41 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.24 |
| HSL | 19.87º | 0.65% | 0.46% | - |
| HSV(B) | 19.87º | 0.79% | 0.76% | - |
| XYZ | 26.73 | 19.42 | 4.44 | - |
| YUV | 116.98 | 85.12 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 41 | 0 | 0.53 | 0.79 | 0.24 | 19.87 | 0.65 | 0.46 |
| Hex | C3 | 5C | 29 | 0 | 35 | 4F | 18 | 14 | 41 | 2E |
| Octal | 303 | 134 | 51 | 0 | 65 | 117 | 30 | 24 | 101 | 56 |
| Binary | 11000011 | 1011100 | 101001 | 0 | 110101 | 1001111 | 11000 | 10100 | 1000001 | 101110 |
Color Harmonies of #C35C29
Complementary color
Monochromatic Colors of #C35C29
Black with #C35C29
Text Example
Text Example
White with #C35C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C29; }
p { color: rgb(195,92,41); }
H1.HeaderClassName
{
color: #C35C29;
}
.AnyTagClassName
{
color: #C35C29;
}
</style>
background-color css
<style>
a { background-color: #C35C29; }
a { background-color: rgb(195,92,41); }
div.DivClassName
{
background-color: #C35C29;
}
.BgClassName
{
background-color: #C35C29;
}
</style>
border-color css
<style>
span { border-color: #C35C29; }
span { border-color: rgb(195,92,41); }
td.TdClassName
{
border-color: #C35C29;
}
.TagClassName
{
border-color: #C35C29;
}
</style>