Html Css Color HEX #C57B53 Red Damask

📋 copy color: '#C57B53'

red 197 ◦ green 123 ◦ blue 83

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

Shades of Red Damask #C57B53

Tints of Red Damask #C57B53

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.52%

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

R = 48.88%
G = 30.52%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C57B53 (or 0xC57B53) is known color: Red Damask. HEX triplet: C5, 7B and 53. RGB value is (197,123,83). Sum of RGB (Red+Green+Blue) = 197+123+83=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 83 (32.81% from 255 or 20.60% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57B53 is #3A84AC. Grayscale: #8C8C8C. Windows color (decimal): -3835053 or 5471173. OLE color: 5471173.

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

Color convert

RGB 197 123 83 -
CMYK 0 0.38 0.58 0.23
HSL 21.05º 0.5% 0.55% -
HSV(B) 21.05º 0.58% 0.77% -
XYZ 31.67 26.66 11.66 -
YUV 140.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 197 123 83 0 0.38 0.58 0.23 21.05 0.5 0.55
Hex C5 7B 53 0 26 3A 17 15 32 37
Octal 305 173 123 0 46 72 27 25 62 67
Binary 11000101 1111011 1010011 0 100110 111010 10111 10101 110010 110111

Color Harmonies of #C57B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57B53

Black with #C57B53

Text Example


Text Example

White with #C57B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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