Html Css Color HEX #CC5212 Tenne (Tawny)

📋 copy color: '#CC5212'

red 204 ◦ green 82 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5212

Tints of Tenne (Tawny) #CC5212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 67.11%
G = 26.97%
B = 5.92%

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

#CC5212 (or 0xCC5212) is known color: Tenne (Tawny). HEX triplet: CC, 52 and 12. RGB value is (204,82,18). Sum of RGB (Red+Green+Blue) = 204+82+18=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5212 is #33ADED. Grayscale: #6F6F6F. Windows color (decimal): -3386862 or 1200844. OLE color: 1200844.

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

Color convert

RGB 204 82 18 -
CMYK 0 0.60 0.91 0.2
HSL 20.65º 0.84% 0.44% -
HSV(B) 20.65º 0.91% 0.8% -
XYZ 28.03 18.92 2.75 -
YUV 111.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 204 82 18 0 0.60 0.91 0.2 20.65 0.84 0.44
Hex CC 52 12 0 3C 5B 14 15 54 2C
Octal 314 122 22 0 74 133 24 25 124 54
Binary 11001100 1010010 10010 0 111100 1011011 10100 10101 1010100 101100

Color Harmonies of #CC5212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5212

Black with #CC5212

Text Example


Text Example

White with #CC5212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5212; }

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

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

background-color css

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

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

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

border-color css

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

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

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