Html Css Color HEX #CC5B12 Tenne (Tawny)

📋 copy color: '#CC5B12'

red 204 ◦ green 91 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5B12

Tints of Tenne (Tawny) #CC5B12

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.07%

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

R = 65.18%
G = 29.07%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5B12 (or 0xCC5B12) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 12. RGB value is (204,91,18). Sum of RGB (Red+Green+Blue) = 204+91+18=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B12 is #33A4ED. Grayscale: #747474. Windows color (decimal): -3384558 or 1203148. OLE color: 1203148.

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

Color convert

RGB 204 91 18 -
CMYK 0 0.55 0.91 0.2
HSL 23.55º 0.84% 0.44% -
HSV(B) 23.55º 0.91% 0.8% -
XYZ 28.75 20.36 2.99 -
YUV 116.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 204 91 18 0 0.55 0.91 0.2 23.55 0.84 0.44
Hex CC 5B 12 0 37 5B 14 18 54 2C
Octal 314 133 22 0 67 133 24 30 124 54
Binary 11001100 1011011 10010 0 110111 1011011 10100 11000 1010100 101100

Color Harmonies of #CC5B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5B12

Black with #CC5B12

Text Example


Text Example

White with #CC5B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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