Html Css Color HEX #C5957B Pale Taupe

📋 copy color: '#C5957B'

red 197 ◦ green 149 ◦ blue 123

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

Shades of Pale Taupe #C5957B

Tints of Pale Taupe #C5957B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.77%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 42%
G = 31.77%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5957B (or 0xC5957B) is known color: Pale Taupe. HEX triplet: C5, 95 and 7B. RGB value is (197,149,123). Sum of RGB (Red+Green+Blue) = 197+149+123=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C5957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5957B is #3A6A84. Grayscale: #A0A0A0. Windows color (decimal): -3828357 or 8099269. OLE color: 8099269.

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

Color convert

RGB 197 149 123 -
CMYK 0 0.24 0.38 0.23
HSL 21.08º 0.39% 0.63% -
HSV(B) 21.08º 0.38% 0.77% -
XYZ 37.35 34.8 23.49 -
YUV 160.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 197 149 123 0 0.24 0.38 0.23 21.08 0.39 0.63
Hex C5 95 7B 0 18 26 17 15 27 3F
Octal 305 225 173 0 30 46 27 25 47 77
Binary 11000101 10010101 1111011 0 11000 100110 10111 10101 100111 111111

Color Harmonies of #C5957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5957B

Black with #C5957B

Text Example


Text Example

White with #C5957B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5957B; }

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

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

background-color css

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

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

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

border-color css

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

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

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