Html Css Color HEX #C56E52 Red Damask

📋 copy color: '#C56E52'

red 197 ◦ green 110 ◦ blue 82

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

Shades of Red Damask #C56E52

Tints of Red Damask #C56E52

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.28%

 BLUE value IS 82 (32.42% from 255) = 21.08%

R = 50.64%
G = 28.28%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C56E52 (or 0xC56E52) is known color: Red Damask. HEX triplet: C5, 6E and 52. RGB value is (197,110,82). Sum of RGB (Red+Green+Blue) = 197+110+82=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56E52 is #3A91AD. Grayscale: #858585. Windows color (decimal): -3838382 or 5402309. OLE color: 5402309.

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

Color convert

RGB 197 110 82 -
CMYK 0 0.44 0.58 0.23
HSL 14.61º 0.5% 0.55% -
HSV(B) 14.61º 0.58% 0.77% -
XYZ 30.12 23.63 10.96 -
YUV 132.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 197 110 82 0 0.44 0.58 0.23 14.61 0.5 0.55
Hex C5 6E 52 0 2C 3A 17 F 32 37
Octal 305 156 122 0 54 72 27 17 62 67
Binary 11000101 1101110 1010010 0 101100 111010 10111 1111 110010 110111

Color Harmonies of #C56E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56E52

Black with #C56E52

Text Example


Text Example

White with #C56E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56E52; }

 p { color: rgb(197,110,82); }

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

background-color css

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

 a { background-color: rgb(197,110,82); }

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

border-color css

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

 span { border-color: rgb(197,110,82); }

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