Html Css Color HEX #CC5016 Tenne (Tawny)

📋 copy color: '#CC5016'

red 204 ◦ green 80 ◦ blue 22

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

Shades of Tenne (Tawny) #CC5016

Tints of Tenne (Tawny) #CC5016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.14%

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

R = 66.67%
G = 26.14%
B = 7.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC5016 (or 0xCC5016) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 16. RGB value is (204,80,22). Sum of RGB (Red+Green+Blue) = 204+80+22=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5016 is #33AFE9. Grayscale: #6E6E6E. Windows color (decimal): -3387370 or 1462476. OLE color: 1462476.

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

Color convert

RGB 204 80 22 -
CMYK 0 0.61 0.89 0.2
HSL 19.12º 0.81% 0.44% -
HSV(B) 19.12º 0.89% 0.8% -
XYZ 27.92 18.63 2.88 -
YUV 110.46 78.08 194.72 -
System Red Green Blue C M Y K H S L
Decimal 204 80 22 0 0.61 0.89 0.2 19.12 0.81 0.44
Hex CC 50 16 0 3D 59 14 13 51 2C
Octal 314 120 26 0 75 131 24 23 121 54
Binary 11001100 1010000 10110 0 111101 1011001 10100 10011 1010001 101100

Color Harmonies of #CC5016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5016

Black with #CC5016

Text Example


Text Example

White with #CC5016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5016; }

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

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

background-color css

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

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

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

border-color css

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

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

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