Html Css Color HEX #C56F51 Red Damask

📋 copy color: '#C56F51'

red 197 ◦ green 111 ◦ blue 81

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

Shades of Red Damask #C56F51

Tints of Red Damask #C56F51

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.53%

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

R = 50.64%
G = 28.53%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C56F51 (or 0xC56F51) is known color: Red Damask. HEX triplet: C5, 6F and 51. RGB value is (197,111,81). Sum of RGB (Red+Green+Blue) = 197+111+81=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 81 (32.03% from 255 or 20.82% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56F51 is #3A90AE. Grayscale: #858585. Windows color (decimal): -3838127 or 5337029. OLE color: 5337029.

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

Color convert

RGB 197 111 81 -
CMYK 0 0.44 0.59 0.23
HSL 15.52º 0.5% 0.55% -
HSV(B) 15.52º 0.59% 0.77% -
XYZ 30.2 23.83 10.79 -
YUV 133.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 197 111 81 0 0.44 0.59 0.23 15.52 0.5 0.55
Hex C5 6F 51 0 2C 3B 17 10 32 37
Octal 305 157 121 0 54 73 27 20 62 67
Binary 11000101 1101111 1010001 0 101100 111011 10111 10000 110010 110111

Color Harmonies of #C56F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56F51

Black with #C56F51

Text Example


Text Example

White with #C56F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56F51; }

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

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

background-color css

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

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

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

border-color css

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

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

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