#CC5403

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

Shades of Tenne (Tawny) #CC5403

Tints of Tenne (Tawny) #CC5403

Color information

#CC5403 (or 0xCC5403) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 54 and 03. RGB value is (204,84,3). Sum of RGB (Red+Green+Blue) = 204+84+3=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 3 (1.56% from 255 or 1.03% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5403 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5403 is #33ABFC. Grayscale: #6F6F6F. Windows color (decimal): -3386365 or 218316. OLE color: 218316.

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

Color convert

RGB204843-
CMYK00.590.990.2
HSL24.18º97.1%40.59%-
HSV(B)24.18º98.53%80%-
XYZ28.0919.182.31-
YUV110.6567.26194.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.10%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 3 (1.56% from 255) = 1.03%
R=70.10%
G=28.87%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20484300.590.990.224.1897.140.59
HexCC54303B6314186129
Octal3141243073143243014151
Binary110011001010100110111011110001110100110001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5403; }

 p { color: rgb(204,84,3); }

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

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

 a { background-color: rgb(204,84,3); }

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

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

 span { border-color: rgb(204,84,3); }

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