#CF590C

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

Shades of Tenne (Tawny) #CF590C

Tints of Tenne (Tawny) #CF590C

Color information

#CF590C (or 0xCF590C) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 59 and 0C. RGB value is (207,89,12). Sum of RGB (Red+Green+Blue) = 207+89+12=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF590C is #30A6F3. Grayscale: #737373. Windows color (decimal): -3188468 or 809423. OLE color: 809423.

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

Color convert

RGB2078912-
CMYK00.570.940.19
HSL23.69º89.04%42.94%-
HSV(B)23.69º94.2%81.18%-
XYZ29.3720.442.74-
YUV115.569.59193.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.21%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 12 (5.08% from 255) = 3.90%
R=67.21%
G=28.90%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207891200.570.940.1923.6989.0442.94
HexCF59C0395E1318592b
Octal31713114071136233013153
Binary11001111101100111000111001101111010011110001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF590C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF590C; }

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

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

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

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

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

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

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

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