Html Css Color HEX #CC7000 Tenne (Tawny)

📋 copy color: '#CC7000'

red 204 ◦ green 112 ◦ blue 0

#CC7000
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CC7000

Tints of Tenne (Tawny) #CC7000

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 value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC7000 (or 0xCC7000) is known color: 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

RGB 204 112 0 -
CMYK 0 0.45 1 0.2
HSL 32.94º 1% 0.4% -
HSV(B) 32.94º 1% 0.8% -
XYZ 30.7 24.43 3.1 -
YUV 126.74 56.48 183.11 -
System Red Green Blue C M Y K H S L
Decimal 204 112 0 0 0.45 1 0.2 32.94 1 0.4
Hex CC 70 0 0 2D 64 14 21 64 28
Octal 314 160 0 0 55 144 24 41 144 50
Binary 11001100 1110000 0 0 101101 1100100 10100 100001 1100100 101000

Color Harmonies of #CC7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7000

Black with #CC7000

Text Example


Text Example

White with #CC7000

Text Example


Text Example

HTML Codes & Css Web 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>