Html Css Color HEX #CC5D09 Tenne (Tawny)

📋 copy color: '#CC5D09'

red 204 ◦ green 93 ◦ blue 9

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

Shades of Tenne (Tawny) #CC5D09

Tints of Tenne (Tawny) #CC5D09

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.39%

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

R = 66.67%
G = 30.39%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5D09 (or 0xCC5D09) is known color: Tenne (Tawny). HEX triplet: CC, 5D and 09. RGB value is (204,93,9). Sum of RGB (Red+Green+Blue) = 204+93+9=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 93 (36.72% from 255 or 30.39% from 306); Blue value is 9 (3.91% from 255 or 2.94% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5D09 is #33A2F6. Grayscale: #757575. Windows color (decimal): -3384055 or 613836. OLE color: 613836.

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

Color convert

RGB 204 93 9 -
CMYK 0 0.54 0.96 0.2
HSL 25.85º 0.92% 0.42% -
HSV(B) 25.85º 0.96% 0.8% -
XYZ 28.87 20.69 2.73 -
YUV 116.61 67.27 190.33 -
System Red Green Blue C M Y K H S L
Decimal 204 93 9 0 0.54 0.96 0.2 25.85 0.92 0.42
Hex CC 5D 9 0 36 60 14 1A 5C 2A
Octal 314 135 11 0 66 140 24 32 134 52
Binary 11001100 1011101 1001 0 110110 1100000 10100 11010 1011100 101010

Color Harmonies of #CC5D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5D09

Black with #CC5D09

Text Example


Text Example

White with #CC5D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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