Html Css Color HEX #CC5110 Tenne (Tawny)

📋 copy color: '#CC5110'

red 204 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #CC5110

Tints of Tenne (Tawny) #CC5110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 67.77%
G = 26.91%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC5110 (or 0xCC5110) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 10. RGB value is (204,81,16). Sum of RGB (Red+Green+Blue) = 204+81+16=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5110 is #33AEEF. Grayscale: #6E6E6E. Windows color (decimal): -3387120 or 1069516. OLE color: 1069516.

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

Color convert

RGB 204 81 16 -
CMYK 0 0.60 0.92 0.2
HSL 20.74º 0.85% 0.43% -
HSV(B) 20.74º 0.92% 0.8% -
XYZ 27.94 18.76 2.64 -
YUV 110.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 204 81 16 0 0.60 0.92 0.2 20.74 0.85 0.43
Hex CC 51 10 0 3C 5C 14 15 55 2B
Octal 314 121 20 0 74 134 24 25 125 53
Binary 11001100 1010001 10000 0 111100 1011100 10100 10101 1010101 101011

Color Harmonies of #CC5110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5110

Black with #CC5110

Text Example


Text Example

White with #CC5110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5110; }

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

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

background-color css

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

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

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

border-color css

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

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

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