Html Css Color HEX #CC5009 Tenne (Tawny)

📋 copy color: '#CC5009'

red 204 ◦ green 80 ◦ blue 9

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

Shades of Tenne (Tawny) #CC5009

Tints of Tenne (Tawny) #CC5009

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.3%

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

R = 69.62%
G = 27.3%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#CC5009 (or 0xCC5009) is known color: Tenne (Tawny). HEX triplet: CC, 50 and 09. RGB value is (204,80,9). Sum of RGB (Red+Green+Blue) = 204+80+9=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5009 is #33AFF6. Grayscale: #6D6D6D. Windows color (decimal): -3387383 or 610508. OLE color: 610508.

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

Color convert

RGB 204 80 9 -
CMYK 0 0.61 0.96 0.2
HSL 21.85º 0.92% 0.42% -
HSV(B) 21.85º 0.96% 0.8% -
XYZ 27.82 18.59 2.38 -
YUV 108.98 71.58 195.77 -
System Red Green Blue C M Y K H S L
Decimal 204 80 9 0 0.61 0.96 0.2 21.85 0.92 0.42
Hex CC 50 9 0 3D 60 14 16 5C 2A
Octal 314 120 11 0 75 140 24 26 134 52
Binary 11001100 1010000 1001 0 111101 1100000 10100 10110 1011100 101010

Color Harmonies of #CC5009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5009

Black with #CC5009

Text Example


Text Example

White with #CC5009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5009; }

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

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

background-color css

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

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

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

border-color css

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

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

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