Html Css Color HEX #C57350 Red Damask

📋 copy color: '#C57350'

red 197 ◦ green 115 ◦ blue 80

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

Shades of Red Damask #C57350

Tints of Red Damask #C57350

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.34%

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

R = 50.26%
G = 29.34%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C57350 (or 0xC57350) is known color: Red Damask. HEX triplet: C5, 73 and 50. RGB value is (197,115,80). Sum of RGB (Red+Green+Blue) = 197+115+80=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C57350 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57350 is #3A8CAF. Grayscale: #878787. Windows color (decimal): -3837104 or 5272517. OLE color: 5272517.

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

Color convert

RGB 197 115 80 -
CMYK 0 0.42 0.59 0.23
HSL 17.95º 0.5% 0.54% -
HSV(B) 17.95º 0.59% 0.77% -
XYZ 30.6 24.71 10.75 -
YUV 135.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 197 115 80 0 0.42 0.59 0.23 17.95 0.5 0.54
Hex C5 73 50 0 2A 3B 17 12 32 36
Octal 305 163 120 0 52 73 27 22 62 66
Binary 11000101 1110011 1010000 0 101010 111011 10111 10010 110010 110110

Color Harmonies of #C57350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57350

Black with #C57350

Text Example


Text Example

White with #C57350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57350; }

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

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

background-color css

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

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

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

border-color css

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

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

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