#CC4E01

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

Shades of Tenne (Tawny) #CC4E01

Tints of Tenne (Tawny) #CC4E01

Color information

#CC4E01 (or 0xCC4E01) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 4E and 01. RGB value is (204,78,1). Sum of RGB (Red+Green+Blue) = 204+78+1=283 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.08% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4E01 is #33B1FE. Grayscale: #6B6B6B. Windows color (decimal): -3387903 or 85708. OLE color: 85708.

HSL color Cylindrical-coordinate representation of color #CC4E01: hue angle of 22.76º 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 #CC4E01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204781-
CMYK00.621.000.2
HSL22.76º99.02%40.2%-
HSV(B)22.76º99.51%80%-
XYZ27.6318.292.1-
YUV106.968.24197.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 72.08%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=72.08%
G=27.56%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20478100.621.000.222.7699.0240.2
HexCC4E103E6414176328
Octal3141161076144242714350
Binary11001100100111010111110110010010100101111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4E01; }

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

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

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

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

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

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

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

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