Html Css Color HEX #C0957E Pale Taupe

📋 copy color: '#C0957E'

red 192 ◦ green 149 ◦ blue 126

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

Shades of Pale Taupe #C0957E

Tints of Pale Taupe #C0957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.91%

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

R = 41.11%
G = 31.91%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0957E (or 0xC0957E) is known color: Pale Taupe. HEX triplet: C0, 95 and 7E. RGB value is (192,149,126). Sum of RGB (Red+Green+Blue) = 192+149+126=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 192 - color contains mainly: red. Hex color #C0957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0957E is #3F6A81. Grayscale: #9F9F9F. Windows color (decimal): -4156034 or 8295872. OLE color: 8295872.

HSL color Cylindrical-coordinate representation of color #C0957E: hue angle of 20.91º 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 #C0957E is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 149 126 -
CMYK 0 0.22 0.34 0.25
HSL 20.91º 0.34% 0.62% -
HSV(B) 20.91º 0.34% 0.75% -
XYZ 36.25 34.21 24.43 -
YUV 159.24 109.25 151.37 -
System Red Green Blue C M Y K H S L
Decimal 192 149 126 0 0.22 0.34 0.25 20.91 0.34 0.62
Hex C0 95 7E 0 16 22 19 15 22 3E
Octal 300 225 176 0 26 42 31 25 42 76
Binary 11000000 10010101 1111110 0 10110 100010 11001 10101 100010 111110

Color Harmonies of #C0957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0957E

Black with #C0957E

Text Example


Text Example

White with #C0957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0957E; }

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

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

background-color css

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

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

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

border-color css

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

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

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