Html Css Color HEX #C57053 Red Damask

📋 copy color: '#C57053'

red 197 ◦ green 112 ◦ blue 83

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

Shades of Red Damask #C57053

Tints of Red Damask #C57053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.57%

 BLUE value IS 83 (32.81% from 255) = 21.17%

R = 50.26%
G = 28.57%
B = 21.17%

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

#C57053 (or 0xC57053) is known color: Red Damask. HEX triplet: C5, 70 and 53. RGB value is (197,112,83). Sum of RGB (Red+Green+Blue) = 197+112+83=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 83 (32.81% from 255 or 21.17% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C57053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57053 is #3A8FAC. Grayscale: #868686. Windows color (decimal): -3837869 or 5468357. OLE color: 5468357.

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

Color convert

RGB 197 112 83 -
CMYK 0 0.43 0.58 0.23
HSL 15.26º 0.5% 0.55% -
HSV(B) 15.26º 0.58% 0.77% -
XYZ 30.38 24.08 11.23 -
YUV 134.11 99.16 172.86 -
System Red Green Blue C M Y K H S L
Decimal 197 112 83 0 0.43 0.58 0.23 15.26 0.5 0.55
Hex C5 70 53 0 2B 3A 17 F 32 37
Octal 305 160 123 0 53 72 27 17 62 67
Binary 11000101 1110000 1010011 0 101011 111010 10111 1111 110010 110111

Color Harmonies of #C57053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57053

Black with #C57053

Text Example


Text Example

White with #C57053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57053; }

 p { color: rgb(197,112,83); }

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

background-color css

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

 a { background-color: rgb(197,112,83); }

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

border-color css

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

 span { border-color: rgb(197,112,83); }

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