Shades of Christine #C3652C
Tints of Christine #C3652C
RGB
CMYK
RGB Variations
Color information
#C3652C (or 0xC3652C) is known color: Christine. HEX triplet: C3, 65 and 2C. RGB value is (195,101,44). Sum of RGB (Red+Green+Blue) = 195+101+44=340 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.35% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 44 (17.58% from 255 or 12.94% from 340); Max value from RGB is 195 - color contains mainly: red. Hex color #C3652C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3652C is #3C9AD3. Grayscale: #7A7A7A. Windows color (decimal): -3971796 or 2909635. OLE color: 2909635.
HSL color Cylindrical-coordinate representation of color #C3652C: hue angle of 22.65º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C3652C is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 44 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.24 |
| HSL | 22.65º | 0.63% | 0.47% | - |
| HSV(B) | 22.65º | 0.77% | 0.76% | - |
| XYZ | 27.61 | 21.09 | 5 | - |
| YUV | 122.61 | 83.64 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 44 | 0 | 0.48 | 0.77 | 0.24 | 22.65 | 0.63 | 0.47 |
| Hex | C3 | 65 | 2C | 0 | 30 | 4D | 18 | 17 | 3F | 2F |
| Octal | 303 | 145 | 54 | 0 | 60 | 115 | 30 | 27 | 77 | 57 |
| Binary | 11000011 | 1100101 | 101100 | 0 | 110000 | 1001101 | 11000 | 10111 | 111111 | 101111 |
Color Harmonies of #C3652C
Complementary color
Monochromatic Colors of #C3652C
Black with #C3652C
Text Example
Text Example
White with #C3652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3652C; }
p { color: rgb(195,101,44); }
H1.HeaderClassName
{
color: #C3652C;
}
.AnyTagClassName
{
color: #C3652C;
}
</style>
background-color css
<style>
a { background-color: #C3652C; }
a { background-color: rgb(195,101,44); }
div.DivClassName
{
background-color: #C3652C;
}
.BgClassName
{
background-color: #C3652C;
}
</style>
border-color css
<style>
span { border-color: #C3652C; }
span { border-color: rgb(195,101,44); }
td.TdClassName
{
border-color: #C3652C;
}
.TagClassName
{
border-color: #C3652C;
}
</style>