Html Css Color HEX #C2957C Pale Taupe

📋 copy color: '#C2957C'

red 194 ◦ green 149 ◦ blue 124

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

Shades of Pale Taupe #C2957C

Tints of Pale Taupe #C2957C

RGB

 RED value IS 194 (76.17% from 255) = 41.54%

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

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

R = 41.54%
G = 31.91%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2957C (or 0xC2957C) is known color: Pale Taupe. HEX triplet: C2, 95 and 7C. RGB value is (194,149,124). Sum of RGB (Red+Green+Blue) = 194+149+124=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2957C is #3D6A83. Grayscale: #9F9F9F. Windows color (decimal): -4024964 or 8164802. OLE color: 8164802.

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

Color convert

RGB 194 149 124 -
CMYK 0 0.23 0.36 0.24
HSL 21.43º 0.36% 0.62% -
HSV(B) 21.43º 0.36% 0.76% -
XYZ 36.63 34.42 23.78 -
YUV 159.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 194 149 124 0 0.23 0.36 0.24 21.43 0.36 0.62
Hex C2 95 7C 0 17 24 18 15 24 3E
Octal 302 225 174 0 27 44 30 25 44 76
Binary 11000010 10010101 1111100 0 10111 100100 11000 10101 100100 111110

Color Harmonies of #C2957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2957C

Black with #C2957C

Text Example


Text Example

White with #C2957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2957C; }

 p { color: rgb(194,149,124); }

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

background-color css

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

 a { background-color: rgb(194,149,124); }

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

border-color css

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

 span { border-color: rgb(194,149,124); }

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