Html Css Color HEX #CC5408 Tenne (Tawny)

📋 copy color: '#CC5408'

red 204 ◦ green 84 ◦ blue 8

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

Shades of Tenne (Tawny) #CC5408

Tints of Tenne (Tawny) #CC5408

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.38%

 BLUE value IS 8 (3.52% from 255) = 2.7%

R = 68.92%
G = 28.38%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5408 (or 0xCC5408) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 08. RGB value is (204,84,8). Sum of RGB (Red+Green+Blue) = 204+84+8=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 8 (3.52% from 255 or 2.70% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5408 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5408 is #33ABF7. Grayscale: #6F6F6F. Windows color (decimal): -3386360 or 545996. OLE color: 545996.

HSL color Cylindrical-coordinate representation of color #CC5408: hue angle of 23.27º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC5408 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 84 8 -
CMYK 0 0.59 0.96 0.2
HSL 23.27º 0.92% 0.42% -
HSV(B) 23.27º 0.96% 0.8% -
XYZ 28.12 19.2 2.45 -
YUV 111.22 69.76 194.18 -
System Red Green Blue C M Y K H S L
Decimal 204 84 8 0 0.59 0.96 0.2 23.27 0.92 0.42
Hex CC 54 8 0 3B 60 14 17 5C 2A
Octal 314 124 10 0 73 140 24 27 134 52
Binary 11001100 1010100 1000 0 111011 1100000 10100 10111 1011100 101010

Color Harmonies of #CC5408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5408

Black with #CC5408

Text Example


Text Example

White with #CC5408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5408; }

 p { color: rgb(204,84,8); }

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

background-color css

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

 a { background-color: rgb(204,84,8); }

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

border-color css

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

 span { border-color: rgb(204,84,8); }

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