Html Css Color HEX #CC4600 Tenne (Tawny)

📋 copy color: '#CC4600'

red 204 ◦ green 70 ◦ blue 0

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

Shades of Tenne (Tawny) #CC4600

Tints of Tenne (Tawny) #CC4600

RGB

 RED value IS 204 (80.08% from 255) = 74.45%

 GREEN value IS 70 (27.73% from 255) = 25.55%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.45%
G = 25.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC4600 (or 0xCC4600) is known color: Tenne (Tawny). HEX triplet: CC, 46 and 00. RGB value is (204,70,0). Sum of RGB (Red+Green+Blue) = 204+70+0=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4600 is #33B9FF. Grayscale: #666666. Windows color (decimal): -3389952 or 18124. OLE color: 18124.

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

Color convert

RGB 204 70 0 -
CMYK 0 0.66 1 0.2
HSL 20.59º 1% 0.4% -
HSV(B) 20.59º 1% 0.8% -
XYZ 27.09 17.22 1.9 -
YUV 102.09 70.39 200.69 -
System Red Green Blue C M Y K H S L
Decimal 204 70 0 0 0.66 1 0.2 20.59 1 0.4
Hex CC 46 0 0 42 64 14 15 64 28
Octal 314 106 0 0 102 144 24 25 144 50
Binary 11001100 1000110 0 0 1000010 1100100 10100 10101 1100100 101000

Color Harmonies of #CC4600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4600

Black with #CC4600

Text Example


Text Example

White with #CC4600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4600; }

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

 H1.HeaderClassName
 {
   color: #CC4600;
 }
 .AnyTagClassName
 {
   color: #CC4600;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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