Html Css Color HEX #C5997A Pale Taupe

📋 copy color: '#C5997A'

red 197 ◦ green 153 ◦ blue 122

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

Shades of Pale Taupe #C5997A

Tints of Pale Taupe #C5997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

 BLUE value IS 122 (48.05% from 255) = 25.85%

R = 41.74%
G = 32.42%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5997A (or 0xC5997A) is known color: Pale Taupe. HEX triplet: C5, 99 and 7A. RGB value is (197,153,122). Sum of RGB (Red+Green+Blue) = 197+153+122=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5997A is #3A6685. Grayscale: #A2A2A2. Windows color (decimal): -3827334 or 8034757. OLE color: 8034757.

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

Color convert

RGB 197 153 122 -
CMYK 0 0.22 0.38 0.23
HSL 24.8º 0.39% 0.63% -
HSV(B) 24.8º 0.38% 0.77% -
XYZ 37.93 36.06 23.37 -
YUV 162.62 105.08 152.52 -
System Red Green Blue C M Y K H S L
Decimal 197 153 122 0 0.22 0.38 0.23 24.8 0.39 0.63
Hex C5 99 7A 0 16 26 17 19 27 3F
Octal 305 231 172 0 26 46 27 31 47 77
Binary 11000101 10011001 1111010 0 10110 100110 10111 11001 100111 111111

Color Harmonies of #C5997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5997A

Black with #C5997A

Text Example


Text Example

White with #C5997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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