Html Css Color HEX #C2937F Pale Taupe

📋 copy color: '#C2937F'

red 194 ◦ green 147 ◦ blue 127

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

Shades of Pale Taupe #C2937F

Tints of Pale Taupe #C2937F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 41.45%
G = 31.41%
B = 27.14%

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

#C2937F (or 0xC2937F) is known color: Pale Taupe. HEX triplet: C2, 93 and 7F. RGB value is (194,147,127). Sum of RGB (Red+Green+Blue) = 194+147+127=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 147 (57.81% from 255 or 31.41% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937F is #3D6C80. Grayscale: #9E9E9E. Windows color (decimal): -4025473 or 8360898. OLE color: 8360898.

HSL color Cylindrical-coordinate representation of color #C2937F: hue angle of 17.91º degrees, saturation: 0.35, 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 #C2937F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 147 127 -
CMYK 0 0.24 0.35 0.24
HSL 17.91º 0.35% 0.63% -
HSV(B) 17.91º 0.35% 0.76% -
XYZ 36.51 33.87 24.69 -
YUV 158.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 194 147 127 0 0.24 0.35 0.24 17.91 0.35 0.63
Hex C2 93 7F 0 18 23 18 12 23 3F
Octal 302 223 177 0 30 43 30 22 43 77
Binary 11000010 10010011 1111111 0 11000 100011 11000 10010 100011 111111

Color Harmonies of #C2937F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2937F

Black with #C2937F

Text Example


Text Example

White with #C2937F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2937F; }

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

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

background-color css

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

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

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

border-color css

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

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

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