#cf5710

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

Shades of Tenne (Tawny) #CF5710

Tints of Tenne (Tawny) #CF5710

Color information

#CF5710 (or 0xCF5710) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 57 and 10. RGB value is (207,87,16). Sum of RGB (Red+Green+Blue) = 207+87+16=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 16 (6.64% from 255 or 5.16% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5710 is #30A8EF. Grayscale: #737373. Windows color (decimal): -3188976 or 1071055. OLE color: 1071055.

HSL color Cylindrical-coordinate representation of color #CF5710: hue angle of 22.3º 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 #CF5710 is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB2078716-
CMYK00.580.920.19
HSL22.3º85.65%43.73%-
HSV(B)22.3º92.27%81.18%-
XYZ29.2320.122.83-
YUV114.7972.26193.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 66.77%
GREEN value IS 87 (34.38% from 255) = 28.06%
BLUE value IS 16 (6.64% from 255) = 5.16%
R=66.77%
G=28.06%
B=5.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207871600.580.920.1922.385.6543.73
HexCF571003A5C1316562c
Octal31712720072134232612654
Binary110011111010111100000111010101110010011101101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf5710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf5710; }

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

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

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

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

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

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

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

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