Html Css Color HEX #C1957A Pale Taupe

📋 copy color: '#C1957A'

red 193 ◦ green 149 ◦ blue 122

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

Shades of Pale Taupe #C1957A

Tints of Pale Taupe #C1957A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

 BLUE value IS 122 (48.05% from 255) = 26.29%

R = 41.59%
G = 32.11%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1957A (or 0xC1957A) is known color: Pale Taupe. HEX triplet: C1, 95 and 7A. RGB value is (193,149,122). Sum of RGB (Red+Green+Blue) = 193+149+122=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 122 (48.05% from 255 or 26.29% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C1957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1957A is #3E6A85. Grayscale: #9F9F9F. Windows color (decimal): -4090502 or 8033729. OLE color: 8033729.

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

Color convert

RGB 193 149 122 -
CMYK 0 0.23 0.37 0.24
HSL 22.82º 0.36% 0.62% -
HSV(B) 22.82º 0.37% 0.76% -
XYZ 36.25 34.24 23.11 -
YUV 159.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 193 149 122 0 0.23 0.37 0.24 22.82 0.36 0.62
Hex C1 95 7A 0 17 25 18 17 24 3E
Octal 301 225 172 0 27 45 30 27 44 76
Binary 11000001 10010101 1111010 0 10111 100101 11000 10111 100100 111110

Color Harmonies of #C1957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1957A

Black with #C1957A

Text Example


Text Example

White with #C1957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1957A; }

 p { color: rgb(193,149,122); }

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

background-color css

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

 a { background-color: rgb(193,149,122); }

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

border-color css

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

 span { border-color: rgb(193,149,122); }

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