Html Css Color HEX #C0957C Pale Taupe

📋 copy color: '#C0957C'

red 192 ◦ green 149 ◦ blue 124

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

Shades of Pale Taupe #C0957C

Tints of Pale Taupe #C0957C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.67%

R = 41.29%
G = 32.04%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0957C (or 0xC0957C) is known color: Pale Taupe. HEX triplet: C0, 95 and 7C. RGB value is (192,149,124). Sum of RGB (Red+Green+Blue) = 192+149+124=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0957C is #3F6A83. Grayscale: #9F9F9F. Windows color (decimal): -4156036 or 8164800. OLE color: 8164800.

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

Color convert

RGB 192 149 124 -
CMYK 0 0.22 0.35 0.25
HSL 22.06º 0.35% 0.62% -
HSV(B) 22.06º 0.35% 0.75% -
XYZ 36.12 34.16 23.76 -
YUV 159.01 108.25 151.53 -
System Red Green Blue C M Y K H S L
Decimal 192 149 124 0 0.22 0.35 0.25 22.06 0.35 0.62
Hex C0 95 7C 0 16 23 19 16 23 3E
Octal 300 225 174 0 26 43 31 26 43 76
Binary 11000000 10010101 1111100 0 10110 100011 11001 10110 100011 111110

Color Harmonies of #C0957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0957C

Black with #C0957C

Text Example


Text Example

White with #C0957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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