Html Css Color HEX #CC5512 Tenne (Tawny)

📋 copy color: '#CC5512'

red 204 ◦ green 85 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5512

Tints of Tenne (Tawny) #CC5512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

 BLUE value IS 18 (7.42% from 255) = 5.86%

R = 66.45%
G = 27.69%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5512 (or 0xCC5512) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 12. RGB value is (204,85,18). Sum of RGB (Red+Green+Blue) = 204+85+18=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5512 is #33AAED. Grayscale: #717171. Windows color (decimal): -3386094 or 1201612. OLE color: 1201612.

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

Color convert

RGB 204 85 18 -
CMYK 0 0.58 0.91 0.2
HSL 21.61º 0.84% 0.44% -
HSV(B) 21.61º 0.91% 0.8% -
XYZ 28.26 19.38 2.82 -
YUV 112.94 74.42 192.95 -
System Red Green Blue C M Y K H S L
Decimal 204 85 18 0 0.58 0.91 0.2 21.61 0.84 0.44
Hex CC 55 12 0 3A 5B 14 16 54 2C
Octal 314 125 22 0 72 133 24 26 124 54
Binary 11001100 1010101 10010 0 111010 1011011 10100 10110 1010100 101100

Color Harmonies of #CC5512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5512

Black with #CC5512

Text Example


Text Example

White with #CC5512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5512; }

 p { color: rgb(204,85,18); }

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

background-color css

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

 a { background-color: rgb(204,85,18); }

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

border-color css

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

 span { border-color: rgb(204,85,18); }

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