Shades of Christine #C35C1D
Tints of Christine #C35C1D
RGB
CMYK
RGB Variations
Color information
#C35C1D (or 0xC35C1D) is known color: Christine. HEX triplet: C3, 5C and 1D. RGB value is (195,92,29). Sum of RGB (Red+Green+Blue) = 195+92+29=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 29 (11.72% from 255 or 9.18% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C35C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C35C1D is #3CA3E2. Grayscale: #737373. Windows color (decimal): -3974115 or 1924291. OLE color: 1924291.
HSL color Cylindrical-coordinate representation of color #C35C1D: hue angle of 22.77º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C35C1D is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 92 | 29 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.24 |
| HSL | 22.77º | 0.74% | 0.44% | - |
| HSV(B) | 22.77º | 0.85% | 0.76% | - |
| XYZ | 26.55 | 19.35 | 3.5 | - |
| YUV | 115.62 | 79.12 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 92 | 29 | 0 | 0.53 | 0.85 | 0.24 | 22.77 | 0.74 | 0.44 |
| Hex | C3 | 5C | 1D | 0 | 35 | 55 | 18 | 17 | 4A | 2C |
| Octal | 303 | 134 | 35 | 0 | 65 | 125 | 30 | 27 | 112 | 54 |
| Binary | 11000011 | 1011100 | 11101 | 0 | 110101 | 1010101 | 11000 | 10111 | 1001010 | 101100 |
Color Harmonies of #C35C1D
Complementary color
Monochromatic Colors of #C35C1D
Black with #C35C1D
Text Example
Text Example
White with #C35C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35C1D; }
p { color: rgb(195,92,29); }
H1.HeaderClassName
{
color: #C35C1D;
}
.AnyTagClassName
{
color: #C35C1D;
}
</style>
background-color css
<style>
a { background-color: #C35C1D; }
a { background-color: rgb(195,92,29); }
div.DivClassName
{
background-color: #C35C1D;
}
.BgClassName
{
background-color: #C35C1D;
}
</style>
border-color css
<style>
span { border-color: #C35C1D; }
span { border-color: rgb(195,92,29); }
td.TdClassName
{
border-color: #C35C1D;
}
.TagClassName
{
border-color: #C35C1D;
}
</style>