#cc4305

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

Shades of Tenne (Tawny) #CC4305

Tints of Tenne (Tawny) #CC4305

Color information

#CC4305 (or 0xCC4305) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 43 and 05. RGB value is (204,67,5). Sum of RGB (Red+Green+Blue) = 204+67+5=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 67 (26.56% from 255 or 24.28% from 276); Blue value is 5 (2.34% from 255 or 1.81% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4305 is #33BCFA. Grayscale: #656565. Windows color (decimal): -3390715 or 345036. OLE color: 345036.

HSL color Cylindrical-coordinate representation of color #CC4305: hue angle of 18.69º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC4305 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB204675-
CMYK00.670.980.2
HSL18.69º95.22%40.98%-
HSV(B)18.69º97.55%80%-
XYZ26.9416.861.98-
YUV100.8973.89201.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.91%
GREEN value IS 67 (26.56% from 255) = 24.28%
BLUE value IS 5 (2.34% from 255) = 1.81%
R=73.91%
G=24.28%
B=1.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20467500.670.980.218.6995.2240.98
HexCC4350436214135f29
Octal31410350103142242313751
Binary11001100100001110101000011110001010100100111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc4305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc4305; }

 p { color: rgb(204,67,5); }

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

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

 a { background-color: rgb(204,67,5); }

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

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

 span { border-color: rgb(204,67,5); }

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