Html Css Color HEX #C1987E Pale Taupe

📋 copy color: '#C1987E'

red 193 ◦ green 152 ◦ blue 126

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

Shades of Pale Taupe #C1987E

Tints of Pale Taupe #C1987E

RGB

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

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

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

R = 40.98%
G = 32.27%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1987E (or 0xC1987E) is known color: Pale Taupe. HEX triplet: C1, 98 and 7E. RGB value is (193,152,126). Sum of RGB (Red+Green+Blue) = 193+152+126=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 152 (59.77% from 255 or 32.27% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1987E is #3E6781. Grayscale: #A1A1A1. Windows color (decimal): -4089730 or 8296641. OLE color: 8296641.

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

Color convert

RGB 193 152 126 -
CMYK 0 0.21 0.35 0.24
HSL 23.28º 0.35% 0.63% -
HSV(B) 23.28º 0.35% 0.76% -
XYZ 36.99 35.3 24.6 -
YUV 161.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 193 152 126 0 0.21 0.35 0.24 23.28 0.35 0.63
Hex C1 98 7E 0 15 23 18 17 23 3F
Octal 301 230 176 0 25 43 30 27 43 77
Binary 11000001 10011000 1111110 0 10101 100011 11000 10111 100011 111111

Color Harmonies of #C1987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1987E

Black with #C1987E

Text Example


Text Example

White with #C1987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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