Html Css Color HEX #C0957F Pale Taupe

📋 copy color: '#C0957F'

red 192 ◦ green 149 ◦ blue 127

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

Shades of Pale Taupe #C0957F

Tints of Pale Taupe #C0957F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 41.03%
G = 31.84%
B = 27.14%

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

#C0957F (or 0xC0957F) is known color: Pale Taupe. HEX triplet: C0, 95 and 7F. RGB value is (192,149,127). Sum of RGB (Red+Green+Blue) = 192+149+127=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 192 - color contains mainly: red. Hex color #C0957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0957F is #3F6A80. Grayscale: #9F9F9F. Windows color (decimal): -4156033 or 8361408. OLE color: 8361408.

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

Color convert

RGB 192 149 127 -
CMYK 0 0.22 0.34 0.25
HSL 20.31º 0.34% 0.63% -
HSV(B) 20.31º 0.34% 0.75% -
XYZ 36.32 34.23 24.77 -
YUV 159.35 109.75 151.29 -
System Red Green Blue C M Y K H S L
Decimal 192 149 127 0 0.22 0.34 0.25 20.31 0.34 0.63
Hex C0 95 7F 0 16 22 19 14 22 3F
Octal 300 225 177 0 26 42 31 24 42 77
Binary 11000000 10010101 1111111 0 10110 100010 11001 10100 100010 111111

Color Harmonies of #C0957F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0957F

Black with #C0957F

Text Example


Text Example

White with #C0957F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0957F; }

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

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

background-color css

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

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

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

border-color css

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

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

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