Html Css Color HEX #C2937D Pale Taupe

📋 copy color: '#C2937D'

red 194 ◦ green 147 ◦ blue 125

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

Shades of Pale Taupe #C2937D

Tints of Pale Taupe #C2937D

RGB

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

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

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

R = 41.63%
G = 31.55%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2937D (or 0xC2937D) is known color: Pale Taupe. HEX triplet: C2, 93 and 7D. RGB value is (194,147,125). Sum of RGB (Red+Green+Blue) = 194+147+125=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2937D is #3D6C82. Grayscale: #9E9E9E. Windows color (decimal): -4025475 or 8229826. OLE color: 8229826.

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

Color convert

RGB 194 147 125 -
CMYK 0 0.24 0.36 0.24
HSL 19.13º 0.36% 0.63% -
HSV(B) 19.13º 0.36% 0.76% -
XYZ 36.38 33.82 24.01 -
YUV 158.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 194 147 125 0 0.24 0.36 0.24 19.13 0.36 0.63
Hex C2 93 7D 0 18 24 18 13 24 3F
Octal 302 223 175 0 30 44 30 23 44 77
Binary 11000010 10010011 1111101 0 11000 100100 11000 10011 100100 111111

Color Harmonies of #C2937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2937D

Black with #C2937D

Text Example


Text Example

White with #C2937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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