#CC7000

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

Shades of Tenne (Tawny) #CC7000

Tints of Tenne (Tawny) #CC7000

Color information

#CC7000 (or 0xCC7000) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 70 and 00. RGB value is (204,112,0). Sum of RGB (Red+Green+Blue) = 204+112+0=316 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.56% from 316); Green value is 112 (44.14% from 255 or 35.44% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC7000 is #338FFF. Grayscale: #7F7F7F. Windows color (decimal): -3379200 or 28876. OLE color: 28876.

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

Color convert

RGB2041120-
CMYK00.4510.2
HSL32.94º100%40%-
HSV(B)32.94º100%80%-
XYZ30.724.433.1-
YUV126.7456.48183.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.56%
GREEN value IS 112 (44.14% from 255) = 35.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=64.56%
G=35.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204112000.4510.232.9410040
HexCC70002D6414216428
Octal3141600055144244114450
Binary110011001110000001011011100100101001000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7000; }

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

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

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

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

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

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

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

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