Html Css Color HEX #C6987E Pale Taupe

📋 copy color: '#C6987E'

red 198 ◦ green 152 ◦ blue 126

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

Shades of Pale Taupe #C6987E

Tints of Pale Taupe #C6987E

RGB

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

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

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

R = 41.6%
G = 31.93%
B = 26.47%

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

#C6987E (or 0xC6987E) is known color: Pale Taupe. HEX triplet: C6, 98 and 7E. RGB value is (198,152,126). Sum of RGB (Red+Green+Blue) = 198+152+126=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6987E is #396781. Grayscale: #A2A2A2. Windows color (decimal): -3762050 or 8296646. OLE color: 8296646.

HSL color Cylindrical-coordinate representation of color #C6987E: hue angle of 21.67º degrees, saturation: 0.39, 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 #C6987E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 152 126 -
CMYK 0 0.23 0.36 0.22
HSL 21.67º 0.39% 0.64% -
HSV(B) 21.67º 0.36% 0.78% -
XYZ 38.28 35.97 24.66 -
YUV 162.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 198 152 126 0 0.23 0.36 0.22 21.67 0.39 0.64
Hex C6 98 7E 0 17 24 16 16 27 40
Octal 306 230 176 0 27 44 26 26 47 100
Binary 11000110 10011000 1111110 0 10111 100100 10110 10110 100111 1000000

Color Harmonies of #C6987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6987E

Black with #C6987E

Text Example


Text Example

White with #C6987E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6987E; }

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

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

background-color css

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

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

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

border-color css

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

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

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