#CF580C

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

Shades of Tenne (Tawny) #CF580C

Tints of Tenne (Tawny) #CF580C

Color information

#CF580C (or 0xCF580C) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 58 and 0C. RGB value is (207,88,12). Sum of RGB (Red+Green+Blue) = 207+88+12=307 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.43% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 12 (5.08% from 255 or 3.91% from 307); Max value from RGB is 207 - color contains mainly: red. Hex color #CF580C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF580C is #30A7F3. Grayscale: #737373. Windows color (decimal): -3188724 or 809167. OLE color: 809167.

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

Color convert

RGB2078812-
CMYK00.570.940.19
HSL23.38º89.04%42.94%-
HSV(B)23.38º94.2%81.18%-
XYZ29.2920.272.72-
YUV114.9269.92193.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 67.43%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 12 (5.08% from 255) = 3.91%
R=67.43%
G=28.66%
B=3.91%

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
Decimal207881200.570.940.1923.3889.0442.94
HexCF58C0395E1317592b
Octal31713014071136232713153
Binary11001111101100011000111001101111010011101111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF580C; }

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

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

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

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

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

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

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

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