Html Css Color HEX #CC5200 Tenne (Tawny)

📋 copy color: '#CC5200'

red 204 ◦ green 82 ◦ blue 0

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

Shades of Tenne (Tawny) #CC5200

Tints of Tenne (Tawny) #CC5200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 71.33%
G = 28.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC5200 (or 0xCC5200) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 00. RGB value is (204,82,0). Sum of RGB (Red+Green+Blue) = 204+82+0=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 0 (0.39% from 255 or 0% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5200 is #33ADFF. Grayscale: #6D6D6D. Windows color (decimal): -3386880 or 21196. OLE color: 21196.

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

Color convert

RGB 204 82 0 -
CMYK 0 0.60 1 0.2
HSL 24.12º 1% 0.4% -
HSV(B) 24.12º 1% 0.8% -
XYZ 27.92 18.87 2.17 -
YUV 109.13 66.42 195.67 -
System Red Green Blue C M Y K H S L
Decimal 204 82 0 0 0.60 1 0.2 24.12 1 0.4
Hex CC 52 0 0 3C 64 14 18 64 28
Octal 314 122 0 0 74 144 24 30 144 50
Binary 11001100 1010010 0 0 111100 1100100 10100 11000 1100100 101000

Color Harmonies of #CC5200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5200

Black with #CC5200

Text Example


Text Example

White with #CC5200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5200; }

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

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

background-color css

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

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

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

border-color css

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

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

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