Html Css Color HEX #C2937E Pale Taupe

📋 copy color: '#C2937E'

red 194 ◦ green 147 ◦ blue 126

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

Shades of Pale Taupe #C2937E

Tints of Pale Taupe #C2937E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.48%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 41.54%
G = 31.48%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2937E (or 0xC2937E) is known color: Pale Taupe. HEX triplet: C2, 93 and 7E. RGB value is (194,147,126). Sum of RGB (Red+Green+Blue) = 194+147+126=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 147 (57.81% from 255 or 31.48% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937E is #3D6C81. Grayscale: #9E9E9E. Windows color (decimal): -4025474 or 8295362. OLE color: 8295362.

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

Color convert

RGB 194 147 126 -
CMYK 0 0.24 0.35 0.24
HSL 18.53º 0.36% 0.63% -
HSV(B) 18.53º 0.35% 0.76% -
XYZ 36.45 33.84 24.35 -
YUV 158.66 109.57 153.21 -
System Red Green Blue C M Y K H S L
Decimal 194 147 126 0 0.24 0.35 0.24 18.53 0.36 0.63
Hex C2 93 7E 0 18 23 18 13 24 3F
Octal 302 223 176 0 30 43 30 23 44 77
Binary 11000010 10010011 1111110 0 11000 100011 11000 10011 100100 111111

Color Harmonies of #C2937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2937E

Black with #C2937E

Text Example


Text Example

White with #C2937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2937E; }

 p { color: rgb(194,147,126); }

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

background-color css

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

 a { background-color: rgb(194,147,126); }

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

border-color css

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

 span { border-color: rgb(194,147,126); }

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