Html Css Color HEX #C6988D Quicksand

📋 copy color: '#C6988D'

red 198 ◦ green 152 ◦ blue 141

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

Shades of Quicksand #C6988D

Tints of Quicksand #C6988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 40.33%
G = 30.96%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C6988D (or 0xC6988D) is known color: Quicksand. HEX triplet: C6, 98 and 8D. RGB value is (198,152,141). Sum of RGB (Red+Green+Blue) = 198+152+141=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6988D is #396772. Grayscale: #A4A4A4. Windows color (decimal): -3762035 or 9279686. OLE color: 9279686.

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

Color convert

RGB 198 152 141 -
CMYK 0 0.23 0.29 0.22
HSL 11.58º 0.33% 0.66% -
HSV(B) 11.58º 0.29% 0.78% -
XYZ 39.32 36.39 30.15 -
YUV 164.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 198 152 141 0 0.23 0.29 0.22 11.58 0.33 0.66
Hex C6 98 8D 0 17 1D 16 C 21 42
Octal 306 230 215 0 27 35 26 14 41 102
Binary 11000110 10011000 10001101 0 10111 11101 10110 1100 100001 1000010

Color Harmonies of #C6988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6988D

Black with #C6988D

Text Example


Text Example

White with #C6988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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