Shades of Christine #C35A27
Tints of Christine #C35A27
RGB
CMYK
RGB Variations
Color information
#C35A27 (or 0xC35A27) is known color: Christine. HEX triplet: C3, 5A and 27. RGB value is (195,90,39). Sum of RGB (Red+Green+Blue) = 195+90+39=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C35A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35A27 is #3CA5D8. Grayscale: #737373. Windows color (decimal): -3974617 or 2579139. OLE color: 2579139.
HSL color Cylindrical-coordinate representation of color #C35A27: hue angle of 19.62º 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 #C35A27 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 90 | 39 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.24 |
| HSL | 19.62º | 0.67% | 0.46% | - |
| HSV(B) | 19.62º | 0.8% | 0.76% | - |
| XYZ | 26.53 | 19.06 | 4.2 | - |
| YUV | 115.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 90 | 39 | 0 | 0.54 | 0.80 | 0.24 | 19.62 | 0.67 | 0.46 |
| Hex | C3 | 5A | 27 | 0 | 36 | 50 | 18 | 14 | 43 | 2E |
| Octal | 303 | 132 | 47 | 0 | 66 | 120 | 30 | 24 | 103 | 56 |
| Binary | 11000011 | 1011010 | 100111 | 0 | 110110 | 1010000 | 11000 | 10100 | 1000011 | 101110 |
Color Harmonies of #C35A27
Complementary color
Monochromatic Colors of #C35A27
Black with #C35A27
Text Example
Text Example
White with #C35A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35A27; }
p { color: rgb(195,90,39); }
H1.HeaderClassName
{
color: #C35A27;
}
.AnyTagClassName
{
color: #C35A27;
}
</style>
background-color css
<style>
a { background-color: #C35A27; }
a { background-color: rgb(195,90,39); }
div.DivClassName
{
background-color: #C35A27;
}
.BgClassName
{
background-color: #C35A27;
}
</style>
border-color css
<style>
span { border-color: #C35A27; }
span { border-color: rgb(195,90,39); }
td.TdClassName
{
border-color: #C35A27;
}
.TagClassName
{
border-color: #C35A27;
}
</style>