Html Css Color HEX #C56B51 Red Damask

📋 copy color: '#C56B51'

red 197 ◦ green 107 ◦ blue 81

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

Shades of Red Damask #C56B51

Tints of Red Damask #C56B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.79%

 BLUE value IS 81 (32.03% from 255) = 21.04%

R = 51.17%
G = 27.79%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C56B51 (or 0xC56B51) is known color: Red Damask. HEX triplet: C5, 6B and 51. RGB value is (197,107,81). Sum of RGB (Red+Green+Blue) = 197+107+81=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C56B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56B51 is #3A94AE. Grayscale: #838383. Windows color (decimal): -3839151 or 5336005. OLE color: 5336005.

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

Color convert

RGB 197 107 81 -
CMYK 0 0.46 0.59 0.23
HSL 13.45º 0.5% 0.55% -
HSV(B) 13.45º 0.59% 0.77% -
XYZ 29.77 22.98 10.65 -
YUV 130.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 197 107 81 0 0.46 0.59 0.23 13.45 0.5 0.55
Hex C5 6B 51 0 2E 3B 17 D 32 37
Octal 305 153 121 0 56 73 27 15 62 67
Binary 11000101 1101011 1010001 0 101110 111011 10111 1101 110010 110111

Color Harmonies of #C56B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56B51

Black with #C56B51

Text Example


Text Example

White with #C56B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56B51; }

 p { color: rgb(197,107,81); }

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

background-color css

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

 a { background-color: rgb(197,107,81); }

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

border-color css

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

 span { border-color: rgb(197,107,81); }

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