Html Css Color HEX #C6987F Pale Taupe

📋 copy color: '#C6987F'

red 198 ◦ green 152 ◦ blue 127

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

Shades of Pale Taupe #C6987F

Tints of Pale Taupe #C6987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.87%

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

R = 41.51%
G = 31.87%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6987F (or 0xC6987F) is known color: Pale Taupe. HEX triplet: C6, 98 and 7F. RGB value is (198,152,127). Sum of RGB (Red+Green+Blue) = 198+152+127=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 198 - color contains mainly: red. Hex color #C6987F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6987F is #396780. Grayscale: #A3A3A3. Windows color (decimal): -3762049 or 8362182. OLE color: 8362182.

HSL color Cylindrical-coordinate representation of color #C6987F: hue angle of 21.13º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6987F is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 127 -
CMYK 0 0.23 0.36 0.22
HSL 21.13º 0.38% 0.64% -
HSV(B) 21.13º 0.36% 0.78% -
XYZ 38.35 35.99 25.01 -
YUV 162.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 198 152 127 0 0.23 0.36 0.22 21.13 0.38 0.64
Hex C6 98 7F 0 17 24 16 15 26 40
Octal 306 230 177 0 27 44 26 25 46 100
Binary 11000110 10011000 1111111 0 10111 100100 10110 10101 100110 1000000

Color Harmonies of #C6987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6987F

Black with #C6987F

Text Example


Text Example

White with #C6987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6987F; }

 p { color: rgb(198,152,127); }

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

background-color css

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

 a { background-color: rgb(198,152,127); }

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

border-color css

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

 span { border-color: rgb(198,152,127); }

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