Shades of Christine #C35D27
Tints of Christine #C35D27
RGB
CMYK
RGB Variations
Color information
#C35D27 (or 0xC35D27) is known color: Christine. HEX triplet: C3, 5D and 27. RGB value is (195,93,39). Sum of RGB (Red+Green+Blue) = 195+93+39=327 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.63% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 195 - color contains mainly: red. Hex color #C35D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35D27 is #3CA2D8. Grayscale: #757575. Windows color (decimal): -3973849 or 2579907. OLE color: 2579907.
HSL color Cylindrical-coordinate representation of color #C35D27: hue angle of 20.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C35D27 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 93 | 39 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.24 |
| HSL | 20.77º | 0.67% | 0.46% | - |
| HSV(B) | 20.77º | 0.8% | 0.76% | - |
| XYZ | 26.79 | 19.58 | 4.29 | - |
| YUV | 117.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 93 | 39 | 0 | 0.52 | 0.80 | 0.24 | 20.77 | 0.67 | 0.46 |
| Hex | C3 | 5D | 27 | 0 | 34 | 50 | 18 | 15 | 43 | 2E |
| Octal | 303 | 135 | 47 | 0 | 64 | 120 | 30 | 25 | 103 | 56 |
| Binary | 11000011 | 1011101 | 100111 | 0 | 110100 | 1010000 | 11000 | 10101 | 1000011 | 101110 |
Color Harmonies of #C35D27
Complementary color
Monochromatic Colors of #C35D27
Black with #C35D27
Text Example
Text Example
White with #C35D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35D27; }
p { color: rgb(195,93,39); }
H1.HeaderClassName
{
color: #C35D27;
}
.AnyTagClassName
{
color: #C35D27;
}
</style>
background-color css
<style>
a { background-color: #C35D27; }
a { background-color: rgb(195,93,39); }
div.DivClassName
{
background-color: #C35D27;
}
.BgClassName
{
background-color: #C35D27;
}
</style>
border-color css
<style>
span { border-color: #C35D27; }
span { border-color: rgb(195,93,39); }
td.TdClassName
{
border-color: #C35D27;
}
.TagClassName
{
border-color: #C35D27;
}
</style>