Html Css Color HEX #C5997F Pale Taupe

📋 copy color: '#C5997F'

red 197 ◦ green 153 ◦ blue 127

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

Shades of Pale Taupe #C5997F

Tints of Pale Taupe #C5997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.62%

R = 41.3%
G = 32.08%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5997F (or 0xC5997F) is known color: Pale Taupe. HEX triplet: C5, 99 and 7F. RGB value is (197,153,127). Sum of RGB (Red+Green+Blue) = 197+153+127=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C5997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5997F is #3A6680. Grayscale: #A3A3A3. Windows color (decimal): -3827329 or 8362437. OLE color: 8362437.

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

Color convert

RGB 197 153 127 -
CMYK 0 0.22 0.36 0.23
HSL 22.29º 0.38% 0.64% -
HSV(B) 22.29º 0.36% 0.77% -
XYZ 38.25 36.19 25.05 -
YUV 163.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 197 153 127 0 0.22 0.36 0.23 22.29 0.38 0.64
Hex C5 99 7F 0 16 24 17 16 26 40
Octal 305 231 177 0 26 44 27 26 46 100
Binary 11000101 10011001 1111111 0 10110 100100 10111 10110 100110 1000000

Color Harmonies of #C5997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5997F

Black with #C5997F

Text Example


Text Example

White with #C5997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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