Html Css Color HEX #C1987C Pale Taupe

📋 copy color: '#C1987C'

red 193 ◦ green 152 ◦ blue 124

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

Shades of Pale Taupe #C1987C

Tints of Pale Taupe #C1987C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.44%

R = 41.15%
G = 32.41%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1987C (or 0xC1987C) is known color: Pale Taupe. HEX triplet: C1, 98 and 7C. RGB value is (193,152,124). Sum of RGB (Red+Green+Blue) = 193+152+124=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 124 (48.83% from 255 or 26.44% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1987C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1987C is #3E6783. Grayscale: #A1A1A1. Windows color (decimal): -4089732 or 8165569. OLE color: 8165569.

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

Color convert

RGB 193 152 124 -
CMYK 0 0.21 0.36 0.24
HSL 24.35º 0.36% 0.62% -
HSV(B) 24.35º 0.36% 0.76% -
XYZ 36.86 35.25 23.93 -
YUV 161.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 193 152 124 0 0.21 0.36 0.24 24.35 0.36 0.62
Hex C1 98 7C 0 15 24 18 18 24 3E
Octal 301 230 174 0 25 44 30 30 44 76
Binary 11000001 10011000 1111100 0 10101 100100 11000 11000 100100 111110

Color Harmonies of #C1987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1987C

Black with #C1987C

Text Example


Text Example

White with #C1987C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1987C; }

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

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

background-color css

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

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

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

border-color css

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

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

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