Html Css Color HEX #CC5116 Tenne (Tawny)

📋 copy color: '#CC5116'

red 204 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #CC5116

Tints of Tenne (Tawny) #CC5116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

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

R = 66.45%
G = 26.38%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5116 (or 0xCC5116) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 16. RGB value is (204,81,22). Sum of RGB (Red+Green+Blue) = 204+81+22=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 22 (8.98% from 255 or 7.17% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5116 is #33AEE9. Grayscale: #6F6F6F. Windows color (decimal): -3387114 or 1462732. OLE color: 1462732.

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

Color convert

RGB 204 81 22 -
CMYK 0 0.60 0.89 0.2
HSL 19.45º 0.81% 0.44% -
HSV(B) 19.45º 0.89% 0.8% -
XYZ 27.99 18.78 2.91 -
YUV 111.05 77.75 194.3 -
System Red Green Blue C M Y K H S L
Decimal 204 81 22 0 0.60 0.89 0.2 19.45 0.81 0.44
Hex CC 51 16 0 3C 59 14 13 51 2C
Octal 314 121 26 0 74 131 24 23 121 54
Binary 11001100 1010001 10110 0 111100 1011001 10100 10011 1010001 101100

Color Harmonies of #CC5116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5116

Black with #CC5116

Text Example


Text Example

White with #CC5116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5116; }

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

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

background-color css

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

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

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

border-color css

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

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

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