Html Css Color HEX #C1977D Pale Taupe

📋 copy color: '#C1977D'

red 193 ◦ green 151 ◦ blue 125

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

Shades of Pale Taupe #C1977D

Tints of Pale Taupe #C1977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.65%

R = 41.15%
G = 32.2%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1977D (or 0xC1977D) is known color: Pale Taupe. HEX triplet: C1, 97 and 7D. RGB value is (193,151,125). Sum of RGB (Red+Green+Blue) = 193+151+125=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977D is #3E6882. Grayscale: #A0A0A0. Windows color (decimal): -4089987 or 8230849. OLE color: 8230849.

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

Color convert

RGB 193 151 125 -
CMYK 0 0.22 0.35 0.24
HSL 22.94º 0.35% 0.62% -
HSV(B) 22.94º 0.35% 0.76% -
XYZ 36.76 34.95 24.21 -
YUV 160.59 107.91 151.11 -
System Red Green Blue C M Y K H S L
Decimal 193 151 125 0 0.22 0.35 0.24 22.94 0.35 0.62
Hex C1 97 7D 0 16 23 18 17 23 3E
Octal 301 227 175 0 26 43 30 27 43 76
Binary 11000001 10010111 1111101 0 10110 100011 11000 10111 100011 111110

Color Harmonies of #C1977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1977D

Black with #C1977D

Text Example


Text Example

White with #C1977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1977D; }

 p { color: rgb(193,151,125); }

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

background-color css

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

 a { background-color: rgb(193,151,125); }

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

border-color css

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

 span { border-color: rgb(193,151,125); }

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