Html Css Color HEX #C2937A Pale Taupe

📋 copy color: '#C2937A'

red 194 ◦ green 147 ◦ blue 122

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

Shades of Pale Taupe #C2937A

Tints of Pale Taupe #C2937A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.35%

R = 41.9%
G = 31.75%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2937A (or 0xC2937A) is known color: Pale Taupe. HEX triplet: C2, 93 and 7A. RGB value is (194,147,122). Sum of RGB (Red+Green+Blue) = 194+147+122=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937A is #3D6C85. Grayscale: #9E9E9E. Windows color (decimal): -4025478 or 8033218. OLE color: 8033218.

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

Color convert

RGB 194 147 122 -
CMYK 0 0.24 0.37 0.24
HSL 20.83º 0.37% 0.62% -
HSV(B) 20.83º 0.37% 0.76% -
XYZ 36.19 33.74 23.02 -
YUV 158.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 194 147 122 0 0.24 0.37 0.24 20.83 0.37 0.62
Hex C2 93 7A 0 18 25 18 15 25 3E
Octal 302 223 172 0 30 45 30 25 45 76
Binary 11000010 10010011 1111010 0 11000 100101 11000 10101 100101 111110

Color Harmonies of #C2937A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2937A

Black with #C2937A

Text Example


Text Example

White with #C2937A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2937A; }

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

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

background-color css

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

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

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

border-color css

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

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

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