#CC4F01

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

Shades of Tenne (Tawny) #CC4F01

Tints of Tenne (Tawny) #CC4F01

Color information

#CC4F01 (or 0xCC4F01) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 4F and 01. RGB value is (204,79,1). Sum of RGB (Red+Green+Blue) = 204+79+1=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 1 (0.78% from 255 or 0.35% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F01 is #33B0FE. Grayscale: #6B6B6B. Windows color (decimal): -3387647 or 85964. OLE color: 85964.

HSL color Cylindrical-coordinate representation of color #CC4F01: hue angle of 23.05º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC4F01 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204791-
CMYK00.611.000.2
HSL23.05º99.02%40.2%-
HSV(B)23.05º99.51%80%-
XYZ27.718.432.13-
YUV107.4867.91196.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.83%
GREEN value IS 79 (31.25% from 255) = 27.82%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=71.83%
G=27.82%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20479100.611.000.223.0599.0240.2
HexCC4F103D6414176328
Octal3141171075144242714350
Binary11001100100111110111101110010010100101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4F01; }

 p { color: rgb(204,79,1); }

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

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

 a { background-color: rgb(204,79,1); }

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

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

 span { border-color: rgb(204,79,1); }

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