Html Css Color HEX #C6977E Pale Taupe

📋 copy color: '#C6977E'

red 198 ◦ green 151 ◦ blue 126

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

Shades of Pale Taupe #C6977E

Tints of Pale Taupe #C6977E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.79%

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

R = 41.68%
G = 31.79%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C6977E (or 0xC6977E) is known color: Pale Taupe. HEX triplet: C6, 97 and 7E. RGB value is (198,151,126). Sum of RGB (Red+Green+Blue) = 198+151+126=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6977E is #396881. Grayscale: #A2A2A2. Windows color (decimal): -3762306 or 8296390. OLE color: 8296390.

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

Color convert

RGB 198 151 126 -
CMYK 0 0.24 0.36 0.22
HSL 20.83º 0.39% 0.64% -
HSV(B) 20.83º 0.36% 0.78% -
XYZ 38.12 35.65 24.61 -
YUV 162.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 198 151 126 0 0.24 0.36 0.22 20.83 0.39 0.64
Hex C6 97 7E 0 18 24 16 15 27 40
Octal 306 227 176 0 30 44 26 25 47 100
Binary 11000110 10010111 1111110 0 11000 100100 10110 10101 100111 1000000

Color Harmonies of #C6977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6977E

Black with #C6977E

Text Example


Text Example

White with #C6977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6977E; }

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

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

background-color css

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

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

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

border-color css

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

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

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