Html Css Color HEX #C5977E Pale Taupe

📋 copy color: '#C5977E'

red 197 ◦ green 151 ◦ blue 126

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

Shades of Pale Taupe #C5977E

Tints of Pale Taupe #C5977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.86%

 BLUE value IS 126 (49.61% from 255) = 26.58%

R = 41.56%
G = 31.86%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C5977E (or 0xC5977E) is known color: Pale Taupe. HEX triplet: C5, 97 and 7E. RGB value is (197,151,126). Sum of RGB (Red+Green+Blue) = 197+151+126=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C5977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5977E is #3A6881. Grayscale: #A2A2A2. Windows color (decimal): -3827842 or 8296389. OLE color: 8296389.

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

Color convert

RGB 197 151 126 -
CMYK 0 0.23 0.36 0.23
HSL 21.13º 0.38% 0.63% -
HSV(B) 21.13º 0.36% 0.77% -
XYZ 37.86 35.51 24.6 -
YUV 161.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 197 151 126 0 0.23 0.36 0.23 21.13 0.38 0.63
Hex C5 97 7E 0 17 24 17 15 26 3F
Octal 305 227 176 0 27 44 27 25 46 77
Binary 11000101 10010111 1111110 0 10111 100100 10111 10101 100110 111111

Color Harmonies of #C5977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5977E

Black with #C5977E

Text Example


Text Example

White with #C5977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5977E; }

 p { color: rgb(197,151,126); }

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

background-color css

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

 a { background-color: rgb(197,151,126); }

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

border-color css

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

 span { border-color: rgb(197,151,126); }

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