Html Css Color HEX #CC5614 Tenne (Tawny)

📋 copy color: '#CC5614'

red 204 ◦ green 86 ◦ blue 20

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

Shades of Tenne (Tawny) #CC5614

Tints of Tenne (Tawny) #CC5614

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 65.81%
G = 27.74%
B = 6.45%

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

#CC5614 (or 0xCC5614) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 14. RGB value is (204,86,20). Sum of RGB (Red+Green+Blue) = 204+86+20=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5614 is #33A9EB. Grayscale: #727272. Windows color (decimal): -3385836 or 1332940. OLE color: 1332940.

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

Color convert

RGB 204 86 20 -
CMYK 0 0.58 0.90 0.2
HSL 21.52º 0.82% 0.44% -
HSV(B) 21.52º 0.9% 0.8% -
XYZ 28.36 19.54 2.94 -
YUV 113.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 204 86 20 0 0.58 0.90 0.2 21.52 0.82 0.44
Hex CC 56 14 0 3A 5A 14 16 52 2C
Octal 314 126 24 0 72 132 24 26 122 54
Binary 11001100 1010110 10100 0 111010 1011010 10100 10110 1010010 101100

Color Harmonies of #CC5614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5614

Black with #CC5614

Text Example


Text Example

White with #CC5614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5614; }

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

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

background-color css

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

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

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

border-color css

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

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

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