#CF570C

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

Shades of Tenne (Tawny) #CF570C

Tints of Tenne (Tawny) #CF570C

Color information

#CF570C (or 0xCF570C) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 57 and 0C. RGB value is (207,87,12). Sum of RGB (Red+Green+Blue) = 207+87+12=306 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.65% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 12 (5.08% from 255 or 3.92% from 306); Max value from RGB is 207 - color contains mainly: red. Hex color #CF570C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF570C is #30A8F3. Grayscale: #727272. Windows color (decimal): -3188980 or 808911. OLE color: 808911.

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

Color convert

RGB2078712-
CMYK00.580.940.19
HSL23.08º89.04%42.94%-
HSV(B)23.08º94.2%81.18%-
XYZ29.2120.112.69-
YUV114.3370.26194.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.65%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 12 (5.08% from 255) = 3.92%
R=67.65%
G=28.43%
B=3.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207871200.580.940.1923.0889.0442.94
HexCF57C03A5E1317592b
Octal31712714072136232713153
Binary11001111101011111000111010101111010011101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF570C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF570C; }

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

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

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

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

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

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

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

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