Html Css Color HEX #CC5118 Tenne (Tawny)

📋 copy color: '#CC5118'

red 204 ◦ green 81 ◦ blue 24

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

Shades of Tenne (Tawny) #CC5118

Tints of Tenne (Tawny) #CC5118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.77%

R = 66.02%
G = 26.21%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CC5118 (or 0xCC5118) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 18. RGB value is (204,81,24). Sum of RGB (Red+Green+Blue) = 204+81+24=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 24 (9.77% from 255 or 7.77% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5118 is #33AEE7. Grayscale: #6F6F6F. Windows color (decimal): -3387112 or 1593804. OLE color: 1593804.

HSL color Cylindrical-coordinate representation of color #CC5118: hue angle of 19º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC5118 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 81 24 -
CMYK 0 0.60 0.88 0.2
HSL 19º 0.79% 0.45% -
HSV(B) 19º 0.88% 0.8% -
XYZ 28.01 18.79 3.01 -
YUV 111.28 78.75 194.13 -
System Red Green Blue C M Y K H S L
Decimal 204 81 24 0 0.60 0.88 0.2 19 0.79 0.45
Hex CC 51 18 0 3C 58 14 13 4F 2D
Octal 314 121 30 0 74 130 24 23 117 55
Binary 11001100 1010001 11000 0 111100 1011000 10100 10011 1001111 101101

Color Harmonies of #CC5118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5118

Black with #CC5118

Text Example


Text Example

White with #CC5118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5118; }

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

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

background-color css

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

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

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

border-color css

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

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

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