Html Css Color HEX #CC5A09 Tenne (Tawny)

📋 copy color: '#CC5A09'

red 204 ◦ green 90 ◦ blue 9

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

Shades of Tenne (Tawny) #CC5A09

Tints of Tenne (Tawny) #CC5A09

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.7%

 BLUE value IS 9 (3.91% from 255) = 2.97%

R = 67.33%
G = 29.7%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5A09 (or 0xCC5A09) is known color: Tenne (Tawny). HEX triplet: CC, 5A and 09. RGB value is (204,90,9). Sum of RGB (Red+Green+Blue) = 204+90+9=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 9 (3.91% from 255 or 2.97% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A09 is #33A5F6. Grayscale: #737373. Windows color (decimal): -3384823 or 613068. OLE color: 613068.

HSL color Cylindrical-coordinate representation of color #CC5A09: hue angle of 24.92º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC5A09 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 90 9 -
CMYK 0 0.56 0.96 0.2
HSL 24.92º 0.92% 0.42% -
HSV(B) 24.92º 0.96% 0.8% -
XYZ 28.61 20.17 2.64 -
YUV 114.85 68.27 191.59 -
System Red Green Blue C M Y K H S L
Decimal 204 90 9 0 0.56 0.96 0.2 24.92 0.92 0.42
Hex CC 5A 9 0 38 60 14 19 5C 2A
Octal 314 132 11 0 70 140 24 31 134 52
Binary 11001100 1011010 1001 0 111000 1100000 10100 11001 1011100 101010

Color Harmonies of #CC5A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5A09

Black with #CC5A09

Text Example


Text Example

White with #CC5A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5A09; }

 p { color: rgb(204,90,9); }

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

background-color css

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

 a { background-color: rgb(204,90,9); }

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

border-color css

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

 span { border-color: rgb(204,90,9); }

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