Html Css Color HEX #C2957D Pale Taupe

📋 copy color: '#C2957D'

red 194 ◦ green 149 ◦ blue 125

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

Shades of Pale Taupe #C2957D

Tints of Pale Taupe #C2957D

RGB

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

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

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

R = 41.45%
G = 31.84%
B = 26.71%

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

#C2957D (or 0xC2957D) is known color: Pale Taupe. HEX triplet: C2, 95 and 7D. RGB value is (194,149,125). Sum of RGB (Red+Green+Blue) = 194+149+125=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2957D is #3D6A82. Grayscale: #9F9F9F. Windows color (decimal): -4024963 or 8230338. OLE color: 8230338.

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

Color convert

RGB 194 149 125 -
CMYK 0 0.23 0.36 0.24
HSL 20.87º 0.36% 0.63% -
HSV(B) 20.87º 0.36% 0.76% -
XYZ 36.7 34.44 24.12 -
YUV 159.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 194 149 125 0 0.23 0.36 0.24 20.87 0.36 0.63
Hex C2 95 7D 0 17 24 18 15 24 3F
Octal 302 225 175 0 27 44 30 25 44 77
Binary 11000010 10010101 1111101 0 10111 100100 11000 10101 100100 111111

Color Harmonies of #C2957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2957D

Black with #C2957D

Text Example


Text Example

White with #C2957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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