Html Css Color HEX #C55009 Tenne (Tawny)

📋 copy color: '#C55009'

red 197 ◦ green 80 ◦ blue 9

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

Shades of Tenne (Tawny) #C55009

Tints of Tenne (Tawny) #C55009

RGB

 RED value IS 197 (77.34% from 255) = 68.88%

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

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

R = 68.88%
G = 27.97%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C55009 (or 0xC55009) is known color: Tenne (Tawny). HEX triplet: C5, 50 and 09. RGB value is (197,80,9). Sum of RGB (Red+Green+Blue) = 197+80+9=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C55009 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55009 is #3AAFF6. Grayscale: #6B6B6B. Windows color (decimal): -3846135 or 610501. OLE color: 610501.

HSL color Cylindrical-coordinate representation of color #C55009: hue angle of 22.66º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C55009 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 80 9 -
CMYK 0 0.59 0.95 0.23
HSL 22.66º 0.91% 0.4% -
HSV(B) 22.66º 0.95% 0.77% -
XYZ 25.94 17.63 2.29 -
YUV 106.89 72.76 192.27 -
System Red Green Blue C M Y K H S L
Decimal 197 80 9 0 0.59 0.95 0.23 22.66 0.91 0.4
Hex C5 50 9 0 3B 5F 17 17 5B 28
Octal 305 120 11 0 73 137 27 27 133 50
Binary 11000101 1010000 1001 0 111011 1011111 10111 10111 1011011 101000

Color Harmonies of #C55009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55009

Black with #C55009

Text Example


Text Example

White with #C55009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55009; }

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

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

background-color css

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

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

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

border-color css

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

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

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