Shades of Tenne (Tawny) #C3650C
Tints of Tenne (Tawny) #C3650C
RGB
CMYK
RGB Variations
Color information
#C3650C (or 0xC3650C) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 0C. RGB value is (195,101,12). Sum of RGB (Red+Green+Blue) = 195+101+12=308 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.31% from 308); Green value is 101 (39.84% from 255 or 32.79% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 195 - color contains mainly: red. Hex color #C3650C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3650C is #3C9AF3. Grayscale: #777777. Windows color (decimal): -3971828 or 812483. OLE color: 812483.
HSL color Cylindrical-coordinate representation of color #C3650C: hue angle of 29.18º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3650C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.24 |
| HSL | 29.18º | 0.88% | 0.41% | - |
| HSV(B) | 29.18º | 0.94% | 0.76% | - |
| XYZ | 27.23 | 20.94 | 2.95 | - |
| YUV | 118.96 | 67.64 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 12 | 0 | 0.48 | 0.94 | 0.24 | 29.18 | 0.88 | 0.41 |
| Hex | C3 | 65 | C | 0 | 30 | 5E | 18 | 1D | 58 | 29 |
| Octal | 303 | 145 | 14 | 0 | 60 | 136 | 30 | 35 | 130 | 51 |
| Binary | 11000011 | 1100101 | 1100 | 0 | 110000 | 1011110 | 11000 | 11101 | 1011000 | 101001 |
Color Harmonies of #C3650C
Complementary color
Monochromatic Colors of #C3650C
Black with #C3650C
Text Example
Text Example
White with #C3650C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3650C; }
p { color: rgb(195,101,12); }
H1.HeaderClassName
{
color: #C3650C;
}
.AnyTagClassName
{
color: #C3650C;
}
</style>
background-color css
<style>
a { background-color: #C3650C; }
a { background-color: rgb(195,101,12); }
div.DivClassName
{
background-color: #C3650C;
}
.BgClassName
{
background-color: #C3650C;
}
</style>
border-color css
<style>
span { border-color: #C3650C; }
span { border-color: rgb(195,101,12); }
td.TdClassName
{
border-color: #C3650C;
}
.TagClassName
{
border-color: #C3650C;
}
</style>