#CF5600

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

Shades of Tenne (Tawny) #CF5600

Tints of Tenne (Tawny) #CF5600

Color information

#CF5600 (or 0xCF5600) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 56 and 00. RGB value is (207,86,0). Sum of RGB (Red+Green+Blue) = 207+86+0=293 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.65% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5600 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF5600 is #30A9FF. Grayscale: #707070. Windows color (decimal): -3189248 or 22223. OLE color: 22223.

HSL color Cylindrical-coordinate representation of color #CF5600: hue angle of 24.93º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF5600 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.19.

Color convert

RGB207860-
CMYK00.5810.19
HSL24.93º100%40.59%-
HSV(B)24.93º100%81.18%-
XYZ29.0619.922.31-
YUV112.3864.59195.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.65%
GREEN value IS 86 (33.98% from 255) = 29.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=70.65%
G=29.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 1
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20786000.5810.1924.9310040.59
HexCF56003A6413196429
Octal3171260072144233114451
Binary11001111101011000111010110010010011110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5600; }

 p { color: rgb(207,86,0); }

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

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

 a { background-color: rgb(207,86,0); }

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

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

 span { border-color: rgb(207,86,0); }

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