Html Css Color HEX #CC5000 Tenne (Tawny)

📋 copy color: '#CC5000'

red 204 ◦ green 80 ◦ blue 0

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

Shades of Tenne (Tawny) #CC5000

Tints of Tenne (Tawny) #CC5000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 71.83%
G = 28.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC5000 (or 0xCC5000) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 00. RGB value is (204,80,0). Sum of RGB (Red+Green+Blue) = 204+80+0=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 0 (0.39% from 255 or 0% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5000 is #33AFFF. Grayscale: #6C6C6C. Windows color (decimal): -3387392 or 20684. OLE color: 20684.

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

Color convert

RGB 204 80 0 -
CMYK 0 0.61 1 0.2
HSL 23.53º 1% 0.4% -
HSV(B) 23.53º 1% 0.8% -
XYZ 27.77 18.57 2.12 -
YUV 107.96 67.08 196.5 -
System Red Green Blue C M Y K H S L
Decimal 204 80 0 0 0.61 1 0.2 23.53 1 0.4
Hex CC 50 0 0 3D 64 14 18 64 28
Octal 314 120 0 0 75 144 24 30 144 50
Binary 11001100 1010000 0 0 111101 1100100 10100 11000 1100100 101000

Color Harmonies of #CC5000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5000

Black with #CC5000

Text Example


Text Example

White with #CC5000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5000; }

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

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

background-color css

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

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

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

border-color css

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

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

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