Html Css Color HEX #C56505 Tenne (Tawny)

📋 copy color: '#C56505'

red 197 ◦ green 101 ◦ blue 5

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

Shades of Tenne (Tawny) #C56505

Tints of Tenne (Tawny) #C56505

RGB

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

 GREEN value IS 101 (39.84% from 255) = 33.33%

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

R = 65.02%
G = 33.33%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C56505 (or 0xC56505) is known color: Tenne (Tawny). HEX triplet: C5, 65 and 05. RGB value is (197,101,5). Sum of RGB (Red+Green+Blue) = 197+101+5=303 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.02% from 303); Green value is 101 (39.84% from 255 or 33.33% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 197 - color contains mainly: red. Hex color #C56505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56505 is #3A9AFA. Grayscale: #777777. Windows color (decimal): -3840763 or 353733. OLE color: 353733.

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

Color convert

RGB 197 101 5 -
CMYK 0 0.49 0.97 0.23
HSL 30º 0.95% 0.4% -
HSV(B) 30º 0.97% 0.77% -
XYZ 27.71 21.19 2.77 -
YUV 118.76 63.8 183.81 -
System Red Green Blue C M Y K H S L
Decimal 197 101 5 0 0.49 0.97 0.23 30 0.95 0.4
Hex C5 65 5 0 31 61 17 1E 5F 28
Octal 305 145 5 0 61 141 27 36 137 50
Binary 11000101 1100101 101 0 110001 1100001 10111 11110 1011111 101000

Color Harmonies of #C56505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56505

Black with #C56505

Text Example


Text Example

White with #C56505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56505; }

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

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

background-color css

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

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

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

border-color css

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

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

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