Shades of Christine #C36B2B
Tints of Christine #C36B2B
RGB
CMYK
RGB Variations
Color information
#C36B2B (or 0xC36B2B) is known color: Christine. HEX triplet: C3, 6B and 2B. RGB value is (195,107,43). Sum of RGB (Red+Green+Blue) = 195+107+43=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C36B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C36B2B is #3C94D4. Grayscale: #7E7E7E. Windows color (decimal): -3970261 or 2845635. OLE color: 2845635.
HSL color Cylindrical-coordinate representation of color #C36B2B: hue angle of 25.26º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C36B2B is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 107 | 43 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.24 |
| HSL | 25.26º | 0.64% | 0.47% | - |
| HSV(B) | 25.26º | 0.78% | 0.76% | - |
| XYZ | 28.2 | 22.29 | 5.1 | - |
| YUV | 126.02 | 81.15 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 107 | 43 | 0 | 0.45 | 0.78 | 0.24 | 25.26 | 0.64 | 0.47 |
| Hex | C3 | 6B | 2B | 0 | 2D | 4E | 18 | 19 | 40 | 2F |
| Octal | 303 | 153 | 53 | 0 | 55 | 116 | 30 | 31 | 100 | 57 |
| Binary | 11000011 | 1101011 | 101011 | 0 | 101101 | 1001110 | 11000 | 11001 | 1000000 | 101111 |
Color Harmonies of #C36B2B
Complementary color
Monochromatic Colors of #C36B2B
Black with #C36B2B
Text Example
Text Example
White with #C36B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C36B2B; }
p { color: rgb(195,107,43); }
H1.HeaderClassName
{
color: #C36B2B;
}
.AnyTagClassName
{
color: #C36B2B;
}
</style>
background-color css
<style>
a { background-color: #C36B2B; }
a { background-color: rgb(195,107,43); }
div.DivClassName
{
background-color: #C36B2B;
}
.BgClassName
{
background-color: #C36B2B;
}
</style>
border-color css
<style>
span { border-color: #C36B2B; }
span { border-color: rgb(195,107,43); }
td.TdClassName
{
border-color: #C36B2B;
}
.TagClassName
{
border-color: #C36B2B;
}
</style>