#CC4201

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

Shades of Tenne (Tawny) #CC4201

Tints of Tenne (Tawny) #CC4201

Color information

#CC4201 (or 0xCC4201) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 42 and 01. RGB value is (204,66,1). Sum of RGB (Red+Green+Blue) = 204+66+1=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4201 is #33BDFE. Grayscale: #646464. Windows color (decimal): -3390975 or 82636. OLE color: 82636.

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

Color convert

RGB204661-
CMYK00.681.000.2
HSL19.21º99.02%40.2%-
HSV(B)19.21º99.51%80%-
XYZ26.8616.741.84-
YUV99.8572.22202.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.28%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=75.28%
G=24.35%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 1.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20466100.681.000.219.2199.0240.2
HexCC4210446414136328
Octal31410210104144242314350
Binary110011001000010101000100110010010100100111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4201; }

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

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

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

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

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

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

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

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