Html Css Color HEX #C56A50 Red Damask

📋 copy color: '#C56A50'

red 197 ◦ green 106 ◦ blue 80

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

Shades of Red Damask #C56A50

Tints of Red Damask #C56A50

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

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

R = 51.44%
G = 27.68%
B = 20.89%

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

#C56A50 (or 0xC56A50) is known color: Red Damask. HEX triplet: C5, 6A and 50. RGB value is (197,106,80). Sum of RGB (Red+Green+Blue) = 197+106+80=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A50 is #3A95AF. Grayscale: #828282. Windows color (decimal): -3839408 or 5270213. OLE color: 5270213.

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

Color convert

RGB 197 106 80 -
CMYK 0 0.46 0.59 0.23
HSL 13.33º 0.5% 0.54% -
HSV(B) 13.33º 0.59% 0.77% -
XYZ 29.63 22.76 10.42 -
YUV 130.25 99.65 175.61 -
System Red Green Blue C M Y K H S L
Decimal 197 106 80 0 0.46 0.59 0.23 13.33 0.5 0.54
Hex C5 6A 50 0 2E 3B 17 D 32 36
Octal 305 152 120 0 56 73 27 15 62 66
Binary 11000101 1101010 1010000 0 101110 111011 10111 1101 110010 110110

Color Harmonies of #C56A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56A50

Black with #C56A50

Text Example


Text Example

White with #C56A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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