Html Css Color HEX #C1987F Pale Taupe

📋 copy color: '#C1987F'

red 193 ◦ green 152 ◦ blue 127

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

Shades of Pale Taupe #C1987F

Tints of Pale Taupe #C1987F

RGB

 RED value IS 193 (75.78% from 255) = 40.89%

 GREEN value IS 152 (59.77% from 255) = 32.2%

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

R = 40.89%
G = 32.2%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C1987F (or 0xC1987F) is known color: Pale Taupe. HEX triplet: C1, 98 and 7F. RGB value is (193,152,127). Sum of RGB (Red+Green+Blue) = 193+152+127=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C1987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1987F is #3E6780. Grayscale: #A1A1A1. Windows color (decimal): -4089729 or 8362177. OLE color: 8362177.

HSL color Cylindrical-coordinate representation of color #C1987F: hue angle of 22.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1987F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 152 127 -
CMYK 0 0.21 0.34 0.24
HSL 22.73º 0.35% 0.63% -
HSV(B) 22.73º 0.34% 0.76% -
XYZ 37.05 35.33 24.94 -
YUV 161.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 193 152 127 0 0.21 0.34 0.24 22.73 0.35 0.63
Hex C1 98 7F 0 15 22 18 17 23 3F
Octal 301 230 177 0 25 42 30 27 43 77
Binary 11000001 10011000 1111111 0 10101 100010 11000 10111 100011 111111

Color Harmonies of #C1987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1987F

Black with #C1987F

Text Example


Text Example

White with #C1987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1987F; }

 p { color: rgb(193,152,127); }

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

background-color css

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

 a { background-color: rgb(193,152,127); }

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

border-color css

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

 span { border-color: rgb(193,152,127); }

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