Html Css Color HEX #C57152 Red Damask

📋 copy color: '#C57152'

red 197 ◦ green 113 ◦ blue 82

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

Shades of Red Damask #C57152

Tints of Red Damask #C57152

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

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

R = 50.26%
G = 28.83%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C57152 (or 0xC57152) is known color: Red Damask. HEX triplet: C5, 71 and 52. RGB value is (197,113,82). Sum of RGB (Red+Green+Blue) = 197+113+82=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C57152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57152 is #3A8EAD. Grayscale: #868686. Windows color (decimal): -3837614 or 5403077. OLE color: 5403077.

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

Color convert

RGB 197 113 82 -
CMYK 0 0.43 0.58 0.23
HSL 16.17º 0.5% 0.55% -
HSV(B) 16.17º 0.58% 0.77% -
XYZ 30.45 24.29 11.07 -
YUV 134.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 197 113 82 0 0.43 0.58 0.23 16.17 0.5 0.55
Hex C5 71 52 0 2B 3A 17 10 32 37
Octal 305 161 122 0 53 72 27 20 62 67
Binary 11000101 1110001 1010010 0 101011 111010 10111 10000 110010 110111

Color Harmonies of #C57152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57152

Black with #C57152

Text Example


Text Example

White with #C57152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57152; }

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

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

background-color css

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

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

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

border-color css

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

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

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