Html Css Color HEX #C57752 Red Damask

📋 copy color: '#C57752'

red 197 ◦ green 119 ◦ blue 82

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

Shades of Red Damask #C57752

Tints of Red Damask #C57752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.9%

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

R = 49.5%
G = 29.9%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C57752 (or 0xC57752) is known color: Red Damask. HEX triplet: C5, 77 and 52. RGB value is (197,119,82). Sum of RGB (Red+Green+Blue) = 197+119+82=398 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.50% from 398); Green value is 119 (46.88% from 255 or 29.90% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 197 - color contains mainly: red. Hex color #C57752 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57752 is #3A88AD. Grayscale: #8A8A8A. Windows color (decimal): -3836078 or 5404613. OLE color: 5404613.

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

Color convert

RGB 197 119 82 -
CMYK 0 0.40 0.58 0.23
HSL 19.3º 0.5% 0.55% -
HSV(B) 19.3º 0.58% 0.77% -
XYZ 31.15 25.67 11.3 -
YUV 138.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 197 119 82 0 0.40 0.58 0.23 19.3 0.5 0.55
Hex C5 77 52 0 28 3A 17 13 32 37
Octal 305 167 122 0 50 72 27 23 62 67
Binary 11000101 1110111 1010010 0 101000 111010 10111 10011 110010 110111

Color Harmonies of #C57752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57752

Black with #C57752

Text Example


Text Example

White with #C57752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57752; }

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

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

background-color css

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

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

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

border-color css

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

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

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