Html Css Color HEX #CC5416 Tenne (Tawny)

📋 copy color: '#CC5416'

red 204 ◦ green 84 ◦ blue 22

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

Shades of Tenne (Tawny) #CC5416

Tints of Tenne (Tawny) #CC5416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 65.81%
G = 27.1%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5416 (or 0xCC5416) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 16. RGB value is (204,84,22). Sum of RGB (Red+Green+Blue) = 204+84+22=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5416 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5416 is #33ABE9. Grayscale: #717171. Windows color (decimal): -3386346 or 1463500. OLE color: 1463500.

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

Color convert

RGB 204 84 22 -
CMYK 0 0.59 0.89 0.2
HSL 20.44º 0.81% 0.44% -
HSV(B) 20.44º 0.89% 0.8% -
XYZ 28.22 19.24 2.98 -
YUV 112.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 204 84 22 0 0.59 0.89 0.2 20.44 0.81 0.44
Hex CC 54 16 0 3B 59 14 14 51 2C
Octal 314 124 26 0 73 131 24 24 121 54
Binary 11001100 1010100 10110 0 111011 1011001 10100 10100 1010001 101100

Color Harmonies of #CC5416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5416

Black with #CC5416

Text Example


Text Example

White with #CC5416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5416; }

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

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

background-color css

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

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

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

border-color css

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

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

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