Html Css Color HEX #C6988C Quicksand

📋 copy color: '#C6988C'

red 198 ◦ green 152 ◦ blue 140

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

Shades of Quicksand #C6988C

Tints of Quicksand #C6988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.57%

R = 40.41%
G = 31.02%
B = 28.57%

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

#C6988C (or 0xC6988C) is known color: Quicksand. HEX triplet: C6, 98 and 8C. RGB value is (198,152,140). Sum of RGB (Red+Green+Blue) = 198+152+140=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6988C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6988C is #396773. Grayscale: #A4A4A4. Windows color (decimal): -3762036 or 9214150. OLE color: 9214150.

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

Color convert

RGB 198 152 140 -
CMYK 0 0.23 0.29 0.22
HSL 12.41º 0.34% 0.66% -
HSV(B) 12.41º 0.29% 0.78% -
XYZ 39.25 36.36 29.76 -
YUV 164.39 114.24 151.98 -
System Red Green Blue C M Y K H S L
Decimal 198 152 140 0 0.23 0.29 0.22 12.41 0.34 0.66
Hex C6 98 8C 0 17 1D 16 C 22 42
Octal 306 230 214 0 27 35 26 14 42 102
Binary 11000110 10011000 10001100 0 10111 11101 10110 1100 100010 1000010

Color Harmonies of #C6988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6988C

Black with #C6988C

Text Example


Text Example

White with #C6988C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6988C; }

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

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

background-color css

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

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

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

border-color css

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

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

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