Shades of Christine #C26736
Tints of Christine #C26736
RGB
CMYK
RGB Variations
Color information
#C26736 (or 0xC26736) is known color: Christine. HEX triplet: C2, 67 and 36. RGB value is (194,103,54). Sum of RGB (Red+Green+Blue) = 194+103+54=351 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.27% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 54 (21.48% from 255 or 15.38% from 351); Max value from RGB is 194 - color contains mainly: red. Hex color #C26736 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26736 is #3D98C9. Grayscale: #7C7C7C. Windows color (decimal): -4036810 or 3565506. OLE color: 3565506.
HSL color Cylindrical-coordinate representation of color #C26736: hue angle of 21º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C26736 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 54 | - |
| CMYK | 0 | 0.47 | 0.72 | 0.24 |
| HSL | 21º | 0.56% | 0.49% | - |
| HSV(B) | 21º | 0.72% | 0.76% | - |
| XYZ | 27.76 | 21.44 | 6.16 | - |
| YUV | 124.62 | 88.15 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 54 | 0 | 0.47 | 0.72 | 0.24 | 21 | 0.56 | 0.49 |
| Hex | C2 | 67 | 36 | 0 | 2F | 48 | 18 | 15 | 38 | 31 |
| Octal | 302 | 147 | 66 | 0 | 57 | 110 | 30 | 25 | 70 | 61 |
| Binary | 11000010 | 1100111 | 110110 | 0 | 101111 | 1001000 | 11000 | 10101 | 111000 | 110001 |
Color Harmonies of #C26736
Complementary color
Monochromatic Colors of #C26736
Black with #C26736
Text Example
Text Example
White with #C26736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26736; }
p { color: rgb(194,103,54); }
H1.HeaderClassName
{
color: #C26736;
}
.AnyTagClassName
{
color: #C26736;
}
</style>
background-color css
<style>
a { background-color: #C26736; }
a { background-color: rgb(194,103,54); }
div.DivClassName
{
background-color: #C26736;
}
.BgClassName
{
background-color: #C26736;
}
</style>
border-color css
<style>
span { border-color: #C26736; }
span { border-color: rgb(194,103,54); }
td.TdClassName
{
border-color: #C26736;
}
.TagClassName
{
border-color: #C26736;
}
</style>