Html Css Color HEX #C57A51 Red Damask

📋 copy color: '#C57A51'

red 197 ◦ green 122 ◦ blue 81

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

Shades of Red Damask #C57A51

Tints of Red Damask #C57A51

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.5%

 BLUE value IS 81 (32.03% from 255) = 20.25%

R = 49.25%
G = 30.5%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C57A51 (or 0xC57A51) is known color: Red Damask. HEX triplet: C5, 7A and 51. RGB value is (197,122,81). Sum of RGB (Red+Green+Blue) = 197+122+81=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 122 (48.05% from 255 or 30.5% from 400); Blue value is 81 (32.03% from 255 or 20.25% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57A51 is #3A85AE. Grayscale: #8B8B8B. Windows color (decimal): -3835311 or 5339845. OLE color: 5339845.

HSL color Cylindrical-coordinate representation of color #C57A51: hue angle of 21.21º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C57A51 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 122 81 -
CMYK 0 0.38 0.59 0.23
HSL 21.21º 0.5% 0.55% -
HSV(B) 21.21º 0.59% 0.77% -
XYZ 31.47 26.38 11.22 -
YUV 139.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 197 122 81 0 0.38 0.59 0.23 21.21 0.5 0.55
Hex C5 7A 51 0 26 3B 17 15 32 37
Octal 305 172 121 0 46 73 27 25 62 67
Binary 11000101 1111010 1010001 0 100110 111011 10111 10101 110010 110111

Color Harmonies of #C57A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57A51

Black with #C57A51

Text Example


Text Example

White with #C57A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57A51; }

 p { color: rgb(197,122,81); }

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

background-color css

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

 a { background-color: rgb(197,122,81); }

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

border-color css

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

 span { border-color: rgb(197,122,81); }

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