Html Css Color HEX #C55E05 Tenne (Tawny)

📋 copy color: '#C55E05'

red 197 ◦ green 94 ◦ blue 5

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

Shades of Tenne (Tawny) #C55E05

Tints of Tenne (Tawny) #C55E05

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.76%

 BLUE value IS 5 (2.34% from 255) = 1.69%

R = 66.55%
G = 31.76%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C55E05 (or 0xC55E05) is known color: Tenne (Tawny). HEX triplet: C5, 5E and 05. RGB value is (197,94,5). Sum of RGB (Red+Green+Blue) = 197+94+5=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C55E05 is #3AA1FA. Grayscale: #737373. Windows color (decimal): -3842555 or 351941. OLE color: 351941.

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

Color convert

RGB 197 94 5 -
CMYK 0 0.52 0.97 0.23
HSL 27.81º 0.95% 0.4% -
HSV(B) 27.81º 0.97% 0.77% -
XYZ 27.06 19.89 2.56 -
YUV 114.65 66.12 186.74 -
System Red Green Blue C M Y K H S L
Decimal 197 94 5 0 0.52 0.97 0.23 27.81 0.95 0.4
Hex C5 5E 5 0 34 61 17 1C 5F 28
Octal 305 136 5 0 64 141 27 34 137 50
Binary 11000101 1011110 101 0 110100 1100001 10111 11100 1011111 101000

Color Harmonies of #C55E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E05

Black with #C55E05

Text Example


Text Example

White with #C55E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E05; }

 p { color: rgb(197,94,5); }

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

background-color css

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

 a { background-color: rgb(197,94,5); }

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

border-color css

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

 span { border-color: rgb(197,94,5); }

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