Shades of Tenne (Tawny) #CB5C10
Tints of Tenne (Tawny) #CB5C10
RGB
CMYK
RGB Variations
Color information
#CB5C10 (or 0xCB5C10) is known color: Tenne (Tawny). HEX triplet: CB, 5C and 10. RGB value is (203,92,16). Sum of RGB (Red+Green+Blue) = 203+92+16=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 16 (6.64% from 255 or 5.14% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5C10 is #34A3EF. Grayscale: #747474. Windows color (decimal): -3449840 or 1072331. OLE color: 1072331.
HSL color Cylindrical-coordinate representation of color #CB5C10: hue angle of 24.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CB5C10 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 92 | 16 | - |
| CMYK | 0 | 0.55 | 0.92 | 0.20 |
| HSL | 24.39º | 0.85% | 0.43% | - |
| HSV(B) | 24.39º | 0.92% | 0.8% | - |
| XYZ | 28.55 | 20.39 | 2.92 | - |
| YUV | 116.53 | 71.27 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 92 | 16 | 0 | 0.55 | 0.92 | 0.20 | 24.39 | 0.85 | 0.43 |
| Hex | CB | 5C | 10 | 0 | 37 | 5C | 14 | 18 | 55 | 2B |
| Octal | 313 | 134 | 20 | 0 | 67 | 134 | 24 | 30 | 125 | 53 |
| Binary | 11001011 | 1011100 | 10000 | 0 | 110111 | 1011100 | 10100 | 11000 | 1010101 | 101011 |
Color Harmonies of #CB5C10
Complementary color
Monochromatic Colors of #CB5C10
Black with #CB5C10
Text Example
Text Example
White with #CB5C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5C10; }
p { color: rgb(203,92,16); }
H1.HeaderClassName
{
color: #CB5C10;
}
.AnyTagClassName
{
color: #CB5C10;
}
</style>
background-color css
<style>
a { background-color: #CB5C10; }
a { background-color: rgb(203,92,16); }
div.DivClassName
{
background-color: #CB5C10;
}
.BgClassName
{
background-color: #CB5C10;
}
</style>
border-color css
<style>
span { border-color: #CB5C10; }
span { border-color: rgb(203,92,16); }
td.TdClassName
{
border-color: #CB5C10;
}
.TagClassName
{
border-color: #CB5C10;
}
</style>