Html Css Color HEX #CC5112 Tenne (Tawny)

📋 copy color: '#CC5112'

red 204 ◦ green 81 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5112

Tints of Tenne (Tawny) #CC5112

RGB

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

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

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

R = 67.33%
G = 26.73%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5112 (or 0xCC5112) is known color: Tenne (Tawny). HEX triplet: CC, 51 and 12. RGB value is (204,81,18). Sum of RGB (Red+Green+Blue) = 204+81+18=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5112 is #33AEED. Grayscale: #6E6E6E. Windows color (decimal): -3387118 or 1200588. OLE color: 1200588.

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

Color convert

RGB 204 81 18 -
CMYK 0 0.60 0.91 0.2
HSL 20.32º 0.84% 0.44% -
HSV(B) 20.32º 0.91% 0.8% -
XYZ 27.95 18.77 2.72 -
YUV 110.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 204 81 18 0 0.60 0.91 0.2 20.32 0.84 0.44
Hex CC 51 12 0 3C 5B 14 14 54 2C
Octal 314 121 22 0 74 133 24 24 124 54
Binary 11001100 1010001 10010 0 111100 1011011 10100 10100 1010100 101100

Color Harmonies of #CC5112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5112

Black with #CC5112

Text Example


Text Example

White with #CC5112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5112; }

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

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

background-color css

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

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

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

border-color css

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

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

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