#CC4300

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

Shades of Tenne (Tawny) #CC4300

Tints of Tenne (Tawny) #CC4300

Color information

#CC4300 (or 0xCC4300) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 43 and 00. RGB value is (204,67,0). Sum of RGB (Red+Green+Blue) = 204+67+0=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4300 is #33BCFF. Grayscale: #646464. Windows color (decimal): -3390720 or 17356. OLE color: 17356.

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

Color convert

RGB204670-
CMYK00.6710.2
HSL19.71º100%40%-
HSV(B)19.71º100%80%-
XYZ26.9116.851.83-
YUV100.3271.39201.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.28%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 0 (0.39% from 255) = 0%
R=75.28%
G=24.72%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20467000.6710.219.7110040
HexCC4300436414146428
Octal31410300103144242414450
Binary110011001000011001000011110010010100101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4300; }

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

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

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

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

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

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

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

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