Shades of Tenne (Tawny) #CE4305
Tints of Tenne (Tawny) #CE4305
RGB
CMYK
RGB Variations
Color information
#CE4305 (or 0xCE4305) is known color: Tenne (Tawny). HEX triplet: CE, 43 and 05. RGB value is (206,67,5). Sum of RGB (Red+Green+Blue) = 206+67+5=278 (36% of max value = 765). Red value is 206 (80.86% from 255 or 74.10% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 5 (2.34% from 255 or 1.80% from 278); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CE4305 is #31BCFA. Grayscale: #656565. Windows color (decimal): -3259643 or 345038. OLE color: 345038.
HSL color Cylindrical-coordinate representation of color #CE4305: hue angle of 18.51º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE4305 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 67 | 5 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.19 |
| HSL | 18.51º | 0.95% | 0.41% | - |
| HSV(B) | 18.51º | 0.98% | 0.81% | - |
| XYZ | 27.49 | 17.15 | 2 | - |
| YUV | 101.49 | 73.55 | 202.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 5 | 0 | 0.67 | 0.98 | 0.19 | 18.51 | 0.95 | 0.41 |
| Hex | CE | 43 | 5 | 0 | 43 | 62 | 13 | 13 | 5F | 29 |
| Octal | 316 | 103 | 5 | 0 | 103 | 142 | 23 | 23 | 137 | 51 |
| Binary | 11001110 | 1000011 | 101 | 0 | 1000011 | 1100010 | 10011 | 10011 | 1011111 | 101001 |
Color Harmonies of #CE4305
Complementary color
Monochromatic Colors of #CE4305
Black with #CE4305
Text Example
Text Example
White with #CE4305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4305; }
p { color: rgb(206,67,5); }
H1.HeaderClassName
{
color: #CE4305;
}
.AnyTagClassName
{
color: #CE4305;
}
</style>
background-color css
<style>
a { background-color: #CE4305; }
a { background-color: rgb(206,67,5); }
div.DivClassName
{
background-color: #CE4305;
}
.BgClassName
{
background-color: #CE4305;
}
</style>
border-color css
<style>
span { border-color: #CE4305; }
span { border-color: rgb(206,67,5); }
td.TdClassName
{
border-color: #CE4305;
}
.TagClassName
{
border-color: #CE4305;
}
</style>