Shades of Christine #C3682F
Tints of Christine #C3682F
RGB
CMYK
RGB Variations
Color information
#C3682F (or 0xC3682F) is known color: Christine. HEX triplet: C3, 68 and 2F. RGB value is (195,104,47). Sum of RGB (Red+Green+Blue) = 195+104+47=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 47 (18.75% from 255 or 13.58% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C3682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3682F is #3C97D0. Grayscale: #7D7D7D. Windows color (decimal): -3971025 or 3107011. OLE color: 3107011.
HSL color Cylindrical-coordinate representation of color #C3682F: hue angle of 23.11º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C3682F is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 104 | 47 | - |
| CMYK | 0 | 0.47 | 0.76 | 0.24 |
| HSL | 23.11º | 0.61% | 0.47% | - |
| HSV(B) | 23.11º | 0.76% | 0.76% | - |
| XYZ | 27.97 | 21.71 | 5.41 | - |
| YUV | 124.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 104 | 47 | 0 | 0.47 | 0.76 | 0.24 | 23.11 | 0.61 | 0.47 |
| Hex | C3 | 68 | 2F | 0 | 2F | 4C | 18 | 17 | 3D | 2F |
| Octal | 303 | 150 | 57 | 0 | 57 | 114 | 30 | 27 | 75 | 57 |
| Binary | 11000011 | 1101000 | 101111 | 0 | 101111 | 1001100 | 11000 | 10111 | 111101 | 101111 |
Color Harmonies of #C3682F
Complementary color
Monochromatic Colors of #C3682F
Black with #C3682F
Text Example
Text Example
White with #C3682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3682F; }
p { color: rgb(195,104,47); }
H1.HeaderClassName
{
color: #C3682F;
}
.AnyTagClassName
{
color: #C3682F;
}
</style>
background-color css
<style>
a { background-color: #C3682F; }
a { background-color: rgb(195,104,47); }
div.DivClassName
{
background-color: #C3682F;
}
.BgClassName
{
background-color: #C3682F;
}
</style>
border-color css
<style>
span { border-color: #C3682F; }
span { border-color: rgb(195,104,47); }
td.TdClassName
{
border-color: #C3682F;
}
.TagClassName
{
border-color: #C3682F;
}
</style>