Shades of Christine #C26735
Tints of Christine #C26735
RGB
CMYK
RGB Variations
Color information
#C26735 (or 0xC26735) is known color: Christine. HEX triplet: C2, 67 and 35. RGB value is (194,103,53). Sum of RGB (Red+Green+Blue) = 194+103+53=350 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.43% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 53 (21.09% from 255 or 15.14% from 350); Max value from RGB is 194 - color contains mainly: red. Hex color #C26735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26735 is #3D98CA. Grayscale: #7C7C7C. Windows color (decimal): -4036811 or 3499970. OLE color: 3499970.
HSL color Cylindrical-coordinate representation of color #C26735: hue angle of 21.28º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C26735 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 103 | 53 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.24 |
| HSL | 21.28º | 0.57% | 0.48% | - |
| HSV(B) | 21.28º | 0.73% | 0.76% | - |
| XYZ | 27.74 | 21.43 | 6.04 | - |
| YUV | 124.51 | 87.65 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 103 | 53 | 0 | 0.47 | 0.73 | 0.24 | 21.28 | 0.57 | 0.48 |
| Hex | C2 | 67 | 35 | 0 | 2F | 49 | 18 | 15 | 39 | 30 |
| Octal | 302 | 147 | 65 | 0 | 57 | 111 | 30 | 25 | 71 | 60 |
| Binary | 11000010 | 1100111 | 110101 | 0 | 101111 | 1001001 | 11000 | 10101 | 111001 | 110000 |
Color Harmonies of #C26735
Complementary color
Monochromatic Colors of #C26735
Black with #C26735
Text Example
Text Example
White with #C26735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26735; }
p { color: rgb(194,103,53); }
H1.HeaderClassName
{
color: #C26735;
}
.AnyTagClassName
{
color: #C26735;
}
</style>
background-color css
<style>
a { background-color: #C26735; }
a { background-color: rgb(194,103,53); }
div.DivClassName
{
background-color: #C26735;
}
.BgClassName
{
background-color: #C26735;
}
</style>
border-color css
<style>
span { border-color: #C26735; }
span { border-color: rgb(194,103,53); }
td.TdClassName
{
border-color: #C26735;
}
.TagClassName
{
border-color: #C26735;
}
</style>