Html Css Color HEX #C2927C Pale Taupe

📋 copy color: '#C2927C'

red 194 ◦ green 146 ◦ blue 124

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

Shades of Pale Taupe #C2927C

Tints of Pale Taupe #C2927C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.47%

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

R = 41.81%
G = 31.47%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2927C (or 0xC2927C) is known color: Pale Taupe. HEX triplet: C2, 92 and 7C. RGB value is (194,146,124). Sum of RGB (Red+Green+Blue) = 194+146+124=464 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.81% from 464); Green value is 146 (57.42% from 255 or 31.47% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 194 - color contains mainly: red. Hex color #C2927C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2927C is #3D6D83. Grayscale: #9D9D9D. Windows color (decimal): -4025732 or 8164034. OLE color: 8164034.

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

Color convert

RGB 194 146 124 -
CMYK 0 0.25 0.36 0.24
HSL 18.86º 0.36% 0.62% -
HSV(B) 18.86º 0.36% 0.76% -
XYZ 36.17 33.48 23.63 -
YUV 157.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 194 146 124 0 0.25 0.36 0.24 18.86 0.36 0.62
Hex C2 92 7C 0 19 24 18 13 24 3E
Octal 302 222 174 0 31 44 30 23 44 76
Binary 11000010 10010010 1111100 0 11001 100100 11000 10011 100100 111110

Color Harmonies of #C2927C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2927C

Black with #C2927C

Text Example


Text Example

White with #C2927C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2927C; }

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

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

background-color css

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

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

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

border-color css

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

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

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