Html Css Color HEX #CC5812 Tenne (Tawny)

📋 copy color: '#CC5812'

red 204 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5812

Tints of Tenne (Tawny) #CC5812

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 65.81%
G = 28.39%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5812 (or 0xCC5812) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 12. RGB value is (204,88,18). Sum of RGB (Red+Green+Blue) = 204+88+18=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5812 is #33A7ED. Grayscale: #737373. Windows color (decimal): -3385326 or 1202380. OLE color: 1202380.

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

Color convert

RGB 204 88 18 -
CMYK 0 0.57 0.91 0.2
HSL 22.58º 0.84% 0.44% -
HSV(B) 22.58º 0.91% 0.8% -
XYZ 28.5 19.86 2.9 -
YUV 114.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 204 88 18 0 0.57 0.91 0.2 22.58 0.84 0.44
Hex CC 58 12 0 39 5B 14 17 54 2C
Octal 314 130 22 0 71 133 24 27 124 54
Binary 11001100 1011000 10010 0 111001 1011011 10100 10111 1010100 101100

Color Harmonies of #CC5812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5812

Black with #CC5812

Text Example


Text Example

White with #CC5812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5812; }

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

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

background-color css

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

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

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

border-color css

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

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

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