Html Css Color HEX #CC5912 Tenne (Tawny)

📋 copy color: '#CC5912'

red 204 ◦ green 89 ◦ blue 18

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

Shades of Tenne (Tawny) #CC5912

Tints of Tenne (Tawny) #CC5912

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 65.59%
G = 28.62%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CC5912 (or 0xCC5912) is known color: Tenne (Tawny). HEX triplet: CC, 59 and 12. RGB value is (204,89,18). Sum of RGB (Red+Green+Blue) = 204+89+18=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5912 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5912 is #33A6ED. Grayscale: #737373. Windows color (decimal): -3385070 or 1202636. OLE color: 1202636.

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

Color convert

RGB 204 89 18 -
CMYK 0 0.56 0.91 0.2
HSL 22.9º 0.84% 0.44% -
HSV(B) 22.9º 0.91% 0.8% -
XYZ 28.58 20.03 2.93 -
YUV 115.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 204 89 18 0 0.56 0.91 0.2 22.9 0.84 0.44
Hex CC 59 12 0 38 5B 14 17 54 2C
Octal 314 131 22 0 70 133 24 27 124 54
Binary 11001100 1011001 10010 0 111000 1011011 10100 10111 1010100 101100

Color Harmonies of #CC5912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5912

Black with #CC5912

Text Example


Text Example

White with #CC5912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5912; }

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

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

background-color css

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

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

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

border-color css

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

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

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