Html Css Color HEX #CC5514 Tenne (Tawny)

📋 copy color: '#CC5514'

red 204 ◦ green 85 ◦ blue 20

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

Shades of Tenne (Tawny) #CC5514

Tints of Tenne (Tawny) #CC5514

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.51%

 BLUE value IS 20 (8.2% from 255) = 6.47%

R = 66.02%
G = 27.51%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.2

RGB Variations

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

Color information

#CC5514 (or 0xCC5514) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 14. RGB value is (204,85,20). Sum of RGB (Red+Green+Blue) = 204+85+20=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5514 is #33AAEB. Grayscale: #717171. Windows color (decimal): -3386092 or 1332684. OLE color: 1332684.

HSL color Cylindrical-coordinate representation of color #CC5514: hue angle of 21.2º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC5514 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 85 20 -
CMYK 0 0.58 0.90 0.2
HSL 21.2º 0.82% 0.44% -
HSV(B) 21.2º 0.9% 0.8% -
XYZ 28.28 19.38 2.91 -
YUV 113.17 75.42 192.79 -
System Red Green Blue C M Y K H S L
Decimal 204 85 20 0 0.58 0.90 0.2 21.2 0.82 0.44
Hex CC 55 14 0 3A 5A 14 15 52 2C
Octal 314 125 24 0 72 132 24 25 122 54
Binary 11001100 1010101 10100 0 111010 1011010 10100 10101 1010010 101100

Color Harmonies of #CC5514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5514

Black with #CC5514

Text Example


Text Example

White with #CC5514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5514; }

 p { color: rgb(204,85,20); }

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

background-color css

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

 a { background-color: rgb(204,85,20); }

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

border-color css

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

 span { border-color: rgb(204,85,20); }

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