Shades of Christine #C4652B
Tints of Christine #C4652B
RGB
CMYK
RGB Variations
Color information
#C4652B (or 0xC4652B) is known color: Christine. HEX triplet: C4, 65 and 2B. RGB value is (196,101,43). Sum of RGB (Red+Green+Blue) = 196+101+43=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 43 (17.19% from 255 or 12.65% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C4652B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4652B is #3B9AD4. Grayscale: #7B7B7B. Windows color (decimal): -3906261 or 2844100. OLE color: 2844100.
HSL color Cylindrical-coordinate representation of color #C4652B: hue angle of 22.75º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4652B is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 101 | 43 | - |
| CMYK | 0 | 0.48 | 0.78 | 0.23 |
| HSL | 22.75º | 0.64% | 0.47% | - |
| HSV(B) | 22.75º | 0.78% | 0.77% | - |
| XYZ | 27.85 | 21.22 | 4.91 | - |
| YUV | 122.79 | 82.97 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 101 | 43 | 0 | 0.48 | 0.78 | 0.23 | 22.75 | 0.64 | 0.47 |
| Hex | C4 | 65 | 2B | 0 | 30 | 4E | 17 | 17 | 40 | 2F |
| Octal | 304 | 145 | 53 | 0 | 60 | 116 | 27 | 27 | 100 | 57 |
| Binary | 11000100 | 1100101 | 101011 | 0 | 110000 | 1001110 | 10111 | 10111 | 1000000 | 101111 |
Color Harmonies of #C4652B
Complementary color
Monochromatic Colors of #C4652B
Black with #C4652B
Text Example
Text Example
White with #C4652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4652B; }
p { color: rgb(196,101,43); }
H1.HeaderClassName
{
color: #C4652B;
}
.AnyTagClassName
{
color: #C4652B;
}
</style>
background-color css
<style>
a { background-color: #C4652B; }
a { background-color: rgb(196,101,43); }
div.DivClassName
{
background-color: #C4652B;
}
.BgClassName
{
background-color: #C4652B;
}
</style>
border-color css
<style>
span { border-color: #C4652B; }
span { border-color: rgb(196,101,43); }
td.TdClassName
{
border-color: #C4652B;
}
.TagClassName
{
border-color: #C4652B;
}
</style>