Html Css Color HEX #C6988F Quicksand

📋 copy color: '#C6988F'

red 198 ◦ green 152 ◦ blue 143

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

Shades of Quicksand #C6988F

Tints of Quicksand #C6988F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.01%

R = 40.16%
G = 30.83%
B = 29.01%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#C6988F (or 0xC6988F) is known color: Quicksand. HEX triplet: C6, 98 and 8F. RGB value is (198,152,143). Sum of RGB (Red+Green+Blue) = 198+152+143=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 152 (59.77% from 255 or 30.83% from 493); Blue value is 143 (56.25% from 255 or 29.01% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C6988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6988F is #396770. Grayscale: #A4A4A4. Windows color (decimal): -3762033 or 9410758. OLE color: 9410758.

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

Color convert

RGB 198 152 143 -
CMYK 0 0.23 0.28 0.22
HSL 9.82º 0.33% 0.67% -
HSV(B) 9.82º 0.28% 0.78% -
XYZ 39.47 36.45 30.94 -
YUV 164.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 198 152 143 0 0.23 0.28 0.22 9.82 0.33 0.67
Hex C6 98 8F 0 17 1C 16 A 21 43
Octal 306 230 217 0 27 34 26 12 41 103
Binary 11000110 10011000 10001111 0 10111 11100 10110 1010 100001 1000011

Color Harmonies of #C6988F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6988F

Black with #C6988F

Text Example


Text Example

White with #C6988F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6988F; }

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

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

background-color css

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

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

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

border-color css

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

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

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