Shades of Tenne (Tawny) #C35602
Tints of Tenne (Tawny) #C35602
RGB
CMYK
RGB Variations
Color information
#C35602 (or 0xC35602) is known color: Tenne (Tawny). HEX triplet: C3, 56 and 02. RGB value is (195,86,2). Sum of RGB (Red+Green+Blue) = 195+86+2=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C35602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C35602 is #3CA9FD. Grayscale: #6D6D6D. Windows color (decimal): -3975678 or 153283. OLE color: 153283.
HSL color Cylindrical-coordinate representation of color #C35602: hue angle of 26.11º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C35602 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 86 | 2 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.24 |
| HSL | 26.11º | 0.98% | 0.39% | - |
| HSV(B) | 26.11º | 0.99% | 0.76% | - |
| XYZ | 25.84 | 18.26 | 2.22 | - |
| YUV | 109.02 | 67.61 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 86 | 2 | 0 | 0.56 | 0.99 | 0.24 | 26.11 | 0.98 | 0.39 |
| Hex | C3 | 56 | 2 | 0 | 38 | 63 | 18 | 1A | 62 | 27 |
| Octal | 303 | 126 | 2 | 0 | 70 | 143 | 30 | 32 | 142 | 47 |
| Binary | 11000011 | 1010110 | 10 | 0 | 111000 | 1100011 | 11000 | 11010 | 1100010 | 100111 |
Color Harmonies of #C35602
Complementary color
Monochromatic Colors of #C35602
Black with #C35602
Text Example
Text Example
White with #C35602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35602; }
p { color: rgb(195,86,2); }
H1.HeaderClassName
{
color: #C35602;
}
.AnyTagClassName
{
color: #C35602;
}
</style>
background-color css
<style>
a { background-color: #C35602; }
a { background-color: rgb(195,86,2); }
div.DivClassName
{
background-color: #C35602;
}
.BgClassName
{
background-color: #C35602;
}
</style>
border-color css
<style>
span { border-color: #C35602; }
span { border-color: rgb(195,86,2); }
td.TdClassName
{
border-color: #C35602;
}
.TagClassName
{
border-color: #C35602;
}
</style>