Html Css Color HEX #C0937E Pale Taupe

📋 copy color: '#C0937E'

red 192 ◦ green 147 ◦ blue 126

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

Shades of Pale Taupe #C0937E

Tints of Pale Taupe #C0937E

RGB

 RED value IS 192 (75.39% from 255) = 41.29%

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

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

R = 41.29%
G = 31.61%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0937E (or 0xC0937E) is known color: Pale Taupe. HEX triplet: C0, 93 and 7E. RGB value is (192,147,126). Sum of RGB (Red+Green+Blue) = 192+147+126=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0937E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0937E is #3F6C81. Grayscale: #9E9E9E. Windows color (decimal): -4156546 or 8295360. OLE color: 8295360.

HSL color Cylindrical-coordinate representation of color #C0937E: hue angle of 19.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0937E is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 147 126 -
CMYK 0 0.23 0.34 0.25
HSL 19.09º 0.34% 0.62% -
HSV(B) 19.09º 0.34% 0.75% -
XYZ 35.94 33.58 24.33 -
YUV 158.06 109.91 152.21 -
System Red Green Blue C M Y K H S L
Decimal 192 147 126 0 0.23 0.34 0.25 19.09 0.34 0.62
Hex C0 93 7E 0 17 22 19 13 22 3E
Octal 300 223 176 0 27 42 31 23 42 76
Binary 11000000 10010011 1111110 0 10111 100010 11001 10011 100010 111110

Color Harmonies of #C0937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0937E

Black with #C0937E

Text Example


Text Example

White with #C0937E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0937E; }

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

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

background-color css

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

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

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

border-color css

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

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

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