Html Css Color HEX #C1997F Pale Taupe

📋 copy color: '#C1997F'

red 193 ◦ green 153 ◦ blue 127

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

Shades of Pale Taupe #C1997F

Tints of Pale Taupe #C1997F

RGB

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

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

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

R = 40.8%
G = 32.35%
B = 26.85%

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

#C1997F (or 0xC1997F) is known color: Pale Taupe. HEX triplet: C1, 99 and 7F. RGB value is (193,153,127). Sum of RGB (Red+Green+Blue) = 193+153+127=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C1997F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1997F is #3E6680. Grayscale: #A2A2A2. Windows color (decimal): -4089473 or 8362433. OLE color: 8362433.

HSL color Cylindrical-coordinate representation of color #C1997F: hue angle of 23.64º 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 #C1997F is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 153 127 -
CMYK 0 0.21 0.34 0.24
HSL 23.64º 0.35% 0.63% -
HSV(B) 23.64º 0.34% 0.76% -
XYZ 37.21 35.65 25 -
YUV 162 108.25 150.11 -
System Red Green Blue C M Y K H S L
Decimal 193 153 127 0 0.21 0.34 0.24 23.64 0.35 0.63
Hex C1 99 7F 0 15 22 18 18 23 3F
Octal 301 231 177 0 25 42 30 30 43 77
Binary 11000001 10011001 1111111 0 10101 100010 11000 11000 100011 111111

Color Harmonies of #C1997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1997F

Black with #C1997F

Text Example


Text Example

White with #C1997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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