#CF490C

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

Shades of Tenne (Tawny) #CF490C

Tints of Tenne (Tawny) #CF490C

Color information

#CF490C (or 0xCF490C) is unknown color: approx Tenne (Tawny). HEX triplet: CF, 49 and 0C. RGB value is (207,73,12). Sum of RGB (Red+Green+Blue) = 207+73+12=292 (38% of max value = 765). Red value is 207 (81.25% from 255 or 70.89% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 207 - color contains mainly: red. Hex color #CF490C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CF490C is #30B6F3. Grayscale: #6A6A6A. Windows color (decimal): -3192564 or 805327. OLE color: 805327.

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

Color convert

RGB2077312-
CMYK00.650.940.19
HSL18.77º89.04%42.94%-
HSV(B)18.77º94.2%81.18%-
XYZ28.1818.062.35-
YUV106.1174.89199.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 70.89%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 12 (5.08% from 255) = 4.11%
R=70.89%
G=25%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207731200.650.940.1918.7789.0442.94
HexCF49C0415E1313592b
Octal317111140101136232313153
Binary110011111001001110001000001101111010011100111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF490C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF490C; }

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

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

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

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

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

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

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

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