Html Css Color HEX #C56C51 Red Damask

📋 copy color: '#C56C51'

red 197 ◦ green 108 ◦ blue 81

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

Shades of Red Damask #C56C51

Tints of Red Damask #C56C51

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 51.04%
G = 27.98%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C56C51 (or 0xC56C51) is known color: Red Damask. HEX triplet: C5, 6C and 51. RGB value is (197,108,81). Sum of RGB (Red+Green+Blue) = 197+108+81=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 81 (32.03% from 255 or 20.98% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56C51 is #3A93AE. Grayscale: #838383. Windows color (decimal): -3838895 or 5336261. OLE color: 5336261.

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

Color convert

RGB 197 108 81 -
CMYK 0 0.45 0.59 0.23
HSL 13.97º 0.5% 0.55% -
HSV(B) 13.97º 0.59% 0.77% -
XYZ 29.87 23.19 10.69 -
YUV 131.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 197 108 81 0 0.45 0.59 0.23 13.97 0.5 0.55
Hex C5 6C 51 0 2D 3B 17 E 32 37
Octal 305 154 121 0 55 73 27 16 62 67
Binary 11000101 1101100 1010001 0 101101 111011 10111 1110 110010 110111

Color Harmonies of #C56C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56C51

Black with #C56C51

Text Example


Text Example

White with #C56C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56C51; }

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

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

background-color css

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

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

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

border-color css

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

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

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