Html Css Color HEX #C56950 Red Damask

📋 copy color: '#C56950'

red 197 ◦ green 105 ◦ blue 80

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

Shades of Red Damask #C56950

Tints of Red Damask #C56950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 80 (31.64% from 255) = 20.94%

R = 51.57%
G = 27.49%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C56950 (or 0xC56950) is known color: Red Damask. HEX triplet: C5, 69 and 50. RGB value is (197,105,80). Sum of RGB (Red+Green+Blue) = 197+105+80=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C56950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56950 is #3A96AF. Grayscale: #818181. Windows color (decimal): -3839664 or 5269957. OLE color: 5269957.

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

Color convert

RGB 197 105 80 -
CMYK 0 0.47 0.59 0.23
HSL 12.82º 0.5% 0.54% -
HSV(B) 12.82º 0.59% 0.77% -
XYZ 29.53 22.55 10.39 -
YUV 129.66 99.98 176.03 -
System Red Green Blue C M Y K H S L
Decimal 197 105 80 0 0.47 0.59 0.23 12.82 0.5 0.54
Hex C5 69 50 0 2F 3B 17 D 32 36
Octal 305 151 120 0 57 73 27 15 62 66
Binary 11000101 1101001 1010000 0 101111 111011 10111 1101 110010 110110

Color Harmonies of #C56950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56950

Black with #C56950

Text Example


Text Example

White with #C56950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56950; }

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

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

background-color css

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

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

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

border-color css

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

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

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