Html Css Color HEX #C6957C Pale Taupe

📋 copy color: '#C6957C'

red 198 ◦ green 149 ◦ blue 124

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

Shades of Pale Taupe #C6957C

Tints of Pale Taupe #C6957C

RGB

 RED value IS 198 (77.73% from 255) = 42.04%

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

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

R = 42.04%
G = 31.63%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.22

RGB Variations

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

Color information

#C6957C (or 0xC6957C) is known color: Pale Taupe. HEX triplet: C6, 95 and 7C. RGB value is (198,149,124). Sum of RGB (Red+Green+Blue) = 198+149+124=471 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.04% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 198 - color contains mainly: red. Hex color #C6957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6957C is #396A83. Grayscale: #A0A0A0. Windows color (decimal): -3762820 or 8164806. OLE color: 8164806.

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

Color convert

RGB 198 149 124 -
CMYK 0 0.25 0.37 0.22
HSL 20.27º 0.39% 0.63% -
HSV(B) 20.27º 0.37% 0.78% -
XYZ 37.67 34.96 23.83 -
YUV 160.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 198 149 124 0 0.25 0.37 0.22 20.27 0.39 0.63
Hex C6 95 7C 0 19 25 16 14 27 3F
Octal 306 225 174 0 31 45 26 24 47 77
Binary 11000110 10010101 1111100 0 11001 100101 10110 10100 100111 111111

Color Harmonies of #C6957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6957C

Black with #C6957C

Text Example


Text Example

White with #C6957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6957C; }

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

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

background-color css

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

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

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

border-color css

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

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

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