Html Css Color HEX #CC5611 Tenne (Tawny)

📋 copy color: '#CC5611'

red 204 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #CC5611

Tints of Tenne (Tawny) #CC5611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.54%

R = 66.45%
G = 28.01%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5611 (or 0xCC5611) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 11. RGB value is (204,86,17). Sum of RGB (Red+Green+Blue) = 204+86+17=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 17 (7.03% from 255 or 5.54% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5611 is #33A9EE. Grayscale: #717171. Windows color (decimal): -3385839 or 1136332. OLE color: 1136332.

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

Color convert

RGB 204 86 17 -
CMYK 0 0.58 0.92 0.2
HSL 22.14º 0.85% 0.43% -
HSV(B) 22.14º 0.92% 0.8% -
XYZ 28.33 19.53 2.81 -
YUV 113.42 73.59 192.61 -
System Red Green Blue C M Y K H S L
Decimal 204 86 17 0 0.58 0.92 0.2 22.14 0.85 0.43
Hex CC 56 11 0 3A 5C 14 16 55 2B
Octal 314 126 21 0 72 134 24 26 125 53
Binary 11001100 1010110 10001 0 111010 1011100 10100 10110 1010101 101011

Color Harmonies of #CC5611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5611

Black with #CC5611

Text Example


Text Example

White with #CC5611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5611; }

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

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

background-color css

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

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

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

border-color css

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

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

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