Shades of Tenne (Tawny) #C96B02
Tints of Tenne (Tawny) #C96B02
RGB
CMYK
RGB Variations
Color information
#C96B02 (or 0xC96B02) is known color: Tenne (Tawny). HEX triplet: C9, 6B and 02. RGB value is (201,107,2). Sum of RGB (Red+Green+Blue) = 201+107+2=310 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.84% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96B02 is #3694FD. Grayscale: #7B7B7B. Windows color (decimal): -3577086 or 158665. OLE color: 158665.
HSL color Cylindrical-coordinate representation of color #C96B02: hue angle of 31.66º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C96B02 is Cyan = 0, Magento = 0.47, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 2 | - |
| CMYK | 0 | 0.47 | 0.99 | 0.21 |
| HSL | 31.66º | 0.98% | 0.4% | - |
| HSV(B) | 31.66º | 0.99% | 0.79% | - |
| XYZ | 29.36 | 22.94 | 2.94 | - |
| YUV | 123.14 | 59.64 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 2 | 0 | 0.47 | 0.99 | 0.21 | 31.66 | 0.98 | 0.4 |
| Hex | C9 | 6B | 2 | 0 | 2F | 63 | 15 | 20 | 62 | 28 |
| Octal | 311 | 153 | 2 | 0 | 57 | 143 | 25 | 40 | 142 | 50 |
| Binary | 11001001 | 1101011 | 10 | 0 | 101111 | 1100011 | 10101 | 100000 | 1100010 | 101000 |
Color Harmonies of #C96B02
Complementary color
Monochromatic Colors of #C96B02
Black with #C96B02
Text Example
Text Example
White with #C96B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B02; }
p { color: rgb(201,107,2); }
H1.HeaderClassName
{
color: #C96B02;
}
.AnyTagClassName
{
color: #C96B02;
}
</style>
background-color css
<style>
a { background-color: #C96B02; }
a { background-color: rgb(201,107,2); }
div.DivClassName
{
background-color: #C96B02;
}
.BgClassName
{
background-color: #C96B02;
}
</style>
border-color css
<style>
span { border-color: #C96B02; }
span { border-color: rgb(201,107,2); }
td.TdClassName
{
border-color: #C96B02;
}
.TagClassName
{
border-color: #C96B02;
}
</style>