Shades of Tenne (Tawny) #C3650B
Tints of Tenne (Tawny) #C3650B
RGB
CMYK
RGB Variations
Color information
#C3650B (or 0xC3650B) is known color: Tenne (Tawny). HEX triplet: C3, 65 and 0B. RGB value is (195,101,11). Sum of RGB (Red+Green+Blue) = 195+101+11=307 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.52% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 11 (4.69% from 255 or 3.58% from 307); Max value from RGB is 195 - color contains mainly: red. Hex color #C3650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C3650B is #3C9AF4. Grayscale: #777777. Windows color (decimal): -3971829 or 746947. OLE color: 746947.
HSL color Cylindrical-coordinate representation of color #C3650B: hue angle of 29.35º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3650B is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 101 | 11 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.24 |
| HSL | 29.35º | 0.89% | 0.4% | - |
| HSV(B) | 29.35º | 0.94% | 0.76% | - |
| XYZ | 27.22 | 20.93 | 2.92 | - |
| YUV | 118.85 | 67.14 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 101 | 11 | 0 | 0.48 | 0.94 | 0.24 | 29.35 | 0.89 | 0.4 |
| Hex | C3 | 65 | B | 0 | 30 | 5E | 18 | 1D | 59 | 28 |
| Octal | 303 | 145 | 13 | 0 | 60 | 136 | 30 | 35 | 131 | 50 |
| Binary | 11000011 | 1100101 | 1011 | 0 | 110000 | 1011110 | 11000 | 11101 | 1011001 | 101000 |
Color Harmonies of #C3650B
Complementary color
Monochromatic Colors of #C3650B
Black with #C3650B
Text Example
Text Example
White with #C3650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3650B; }
p { color: rgb(195,101,11); }
H1.HeaderClassName
{
color: #C3650B;
}
.AnyTagClassName
{
color: #C3650B;
}
</style>
background-color css
<style>
a { background-color: #C3650B; }
a { background-color: rgb(195,101,11); }
div.DivClassName
{
background-color: #C3650B;
}
.BgClassName
{
background-color: #C3650B;
}
</style>
border-color css
<style>
span { border-color: #C3650B; }
span { border-color: rgb(195,101,11); }
td.TdClassName
{
border-color: #C3650B;
}
.TagClassName
{
border-color: #C3650B;
}
</style>