#CF5110

Color #CF5110 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CF5110

Tints of Tenne (Tawny) #CF5110

Color information

#CF5110 (or 0xCF5110) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 51 and 10. RGB value is (207,81,16). Sum of RGB (Red+Green+Blue) = 207+81+16=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 16 (6.64% from 255 or 5.26% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5110 is #30AEEF. Grayscale: #6F6F6F. Windows color (decimal): -3190512 or 1069519. OLE color: 1069519.

HSL color Cylindrical-coordinate representation of color #CF5110: hue angle of 20.42º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF5110 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB2078116-
CMYK00.610.920.19
HSL20.42º85.65%43.73%-
HSV(B)20.42º92.27%81.18%-
XYZ28.7719.192.68-
YUV111.2674.24196.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 68.09%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 16 (6.64% from 255) = 5.26%
R=68.09%
G=26.64%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207811600.610.920.1920.4285.6543.73
HexCF511003D5C1314562c
Octal31712120075134232412654
Binary110011111010001100000111101101110010011101001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5110; }

 p { color: rgb(207,81,16); }

 H1.HeaderClassName
 {
   color: #CF5110;
 }
 .AnyTagClassName
 {
   color: #CF5110;
 }
</style>
background-color css

<style>
 a { background-color: #CF5110; }

 a { background-color: rgb(207,81,16); }

 div.DivClassName
 {
   background-color: #CF5110;
 }
 .BgClassName
 {
   background-color: #CF5110;
 }
</style>
border-color css

<style>
 span { border-color: #CF5110; }

 span { border-color: rgb(207,81,16); }

 td.TdClassName
 {
   border-color: #CF5110;
 }
 .TagClassName
 {
   border-color: #CF5110;
 }
</style>