Html Css Color HEX #C6988E Quicksand

📋 copy color: '#C6988E'

red 198 ◦ green 152 ◦ blue 142

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

Shades of Quicksand #C6988E

Tints of Quicksand #C6988E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.86%

R = 40.24%
G = 30.89%
B = 28.86%

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

#C6988E (or 0xC6988E) is known color: Quicksand. HEX triplet: C6, 98 and 8E. RGB value is (198,152,142). Sum of RGB (Red+Green+Blue) = 198+152+142=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C6988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6988E is #396771. Grayscale: #A4A4A4. Windows color (decimal): -3762034 or 9345222. OLE color: 9345222.

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

Color convert

RGB 198 152 142 -
CMYK 0 0.23 0.28 0.22
HSL 10.71º 0.33% 0.67% -
HSV(B) 10.71º 0.28% 0.78% -
XYZ 39.4 36.42 30.54 -
YUV 164.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 198 152 142 0 0.23 0.28 0.22 10.71 0.33 0.67
Hex C6 98 8E 0 17 1C 16 B 21 43
Octal 306 230 216 0 27 34 26 13 41 103
Binary 11000110 10011000 10001110 0 10111 11100 10110 1011 100001 1000011

Color Harmonies of #C6988E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6988E

Black with #C6988E

Text Example


Text Example

White with #C6988E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6988E; }

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

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

background-color css

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

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

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

border-color css

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

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

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