Html Css Color HEX #C55F09 Tenne (Tawny)

📋 copy color: '#C55F09'

red 197 ◦ green 95 ◦ blue 9

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

Shades of Tenne (Tawny) #C55F09

Tints of Tenne (Tawny) #C55F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.56%

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

R = 65.45%
G = 31.56%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C55F09 (or 0xC55F09) is known color: Tenne (Tawny). HEX triplet: C5, 5F and 09. RGB value is (197,95,9). Sum of RGB (Red+Green+Blue) = 197+95+9=301 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.45% from 301); Green value is 95 (37.5% from 255 or 31.56% from 301); Blue value is 9 (3.91% from 255 or 2.99% from 301); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55F09 is #3AA0F6. Grayscale: #747474. Windows color (decimal): -3842295 or 614341. OLE color: 614341.

HSL color Cylindrical-coordinate representation of color #C55F09: hue angle of 27.45º 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 #C55F09 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 95 9 -
CMYK 0 0.52 0.95 0.23
HSL 27.45º 0.91% 0.4% -
HSV(B) 27.45º 0.95% 0.77% -
XYZ 27.17 20.07 2.7 -
YUV 115.69 67.79 185.99 -
System Red Green Blue C M Y K H S L
Decimal 197 95 9 0 0.52 0.95 0.23 27.45 0.91 0.4
Hex C5 5F 9 0 34 5F 17 1B 5B 28
Octal 305 137 11 0 64 137 27 33 133 50
Binary 11000101 1011111 1001 0 110100 1011111 10111 11011 1011011 101000

Color Harmonies of #C55F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F09

Black with #C55F09

Text Example


Text Example

White with #C55F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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