Html Css Color HEX #CC4200 Tenne (Tawny)

📋 copy color: '#CC4200'

red 204 ◦ green 66 ◦ blue 0

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

Shades of Tenne (Tawny) #CC4200

Tints of Tenne (Tawny) #CC4200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.44%

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

R = 75.56%
G = 24.44%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC4200 (or 0xCC4200) is known color: Tenne (Tawny). HEX triplet: CC, 42 and 00. RGB value is (204,66,0). Sum of RGB (Red+Green+Blue) = 204+66+0=270 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.56% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4200 is #33BDFF. Grayscale: #646464. Windows color (decimal): -3390976 or 17100. OLE color: 17100.

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

Color convert

RGB 204 66 0 -
CMYK 0 0.68 1 0.2
HSL 19.41º 1% 0.4% -
HSV(B) 19.41º 1% 0.8% -
XYZ 26.85 16.73 1.81 -
YUV 99.74 71.72 202.37 -
System Red Green Blue C M Y K H S L
Decimal 204 66 0 0 0.68 1 0.2 19.41 1 0.4
Hex CC 42 0 0 44 64 14 13 64 28
Octal 314 102 0 0 104 144 24 23 144 50
Binary 11001100 1000010 0 0 1000100 1100100 10100 10011 1100100 101000

Color Harmonies of #CC4200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4200

Black with #CC4200

Text Example


Text Example

White with #CC4200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4200; }

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

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

background-color css

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

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

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

border-color css

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

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

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