Html Css Color HEX #CC5412 Tenne (Tawny)

📋 copy color: '#CC5412'

red 204 ◦ green 84 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5412

Tints of Tenne (Tawny) #CC5412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 66.67%
G = 27.45%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5412 (or 0xCC5412) is known color: Tenne (Tawny). HEX triplet: CC, 54 and 12. RGB value is (204,84,18). Sum of RGB (Red+Green+Blue) = 204+84+18=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 18 (7.42% from 255 or 5.88% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5412 is #33ABED. Grayscale: #707070. Windows color (decimal): -3386350 or 1201356. OLE color: 1201356.

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

Color convert

RGB 204 84 18 -
CMYK 0 0.59 0.91 0.2
HSL 21.29º 0.84% 0.44% -
HSV(B) 21.29º 0.91% 0.8% -
XYZ 28.18 19.22 2.8 -
YUV 112.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 204 84 18 0 0.59 0.91 0.2 21.29 0.84 0.44
Hex CC 54 12 0 3B 5B 14 15 54 2C
Octal 314 124 22 0 73 133 24 25 124 54
Binary 11001100 1010100 10010 0 111011 1011011 10100 10101 1010100 101100

Color Harmonies of #CC5412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5412

Black with #CC5412

Text Example


Text Example

White with #CC5412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5412; }

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

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

background-color css

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

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

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

border-color css

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

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

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