Html Css Color HEX #C6998C Quicksand

📋 copy color: '#C6998C'

red 198 ◦ green 153 ◦ blue 140

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

Shades of Quicksand #C6998C

Tints of Quicksand #C6998C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 31.16%

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

R = 40.33%
G = 31.16%
B = 28.51%

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

#C6998C (or 0xC6998C) is known color: Quicksand. HEX triplet: C6, 99 and 8C. RGB value is (198,153,140). Sum of RGB (Red+Green+Blue) = 198+153+140=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6998C is #396673. Grayscale: #A5A5A5. Windows color (decimal): -3761780 or 9214406. OLE color: 9214406.

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

Color convert

RGB 198 153 140 -
CMYK 0 0.23 0.29 0.22
HSL 13.45º 0.34% 0.66% -
HSV(B) 13.45º 0.29% 0.78% -
XYZ 39.41 36.68 29.81 -
YUV 164.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 198 153 140 0 0.23 0.29 0.22 13.45 0.34 0.66
Hex C6 99 8C 0 17 1D 16 D 22 42
Octal 306 231 214 0 27 35 26 15 42 102
Binary 11000110 10011001 10001100 0 10111 11101 10110 1101 100010 1000010

Color Harmonies of #C6998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6998C

Black with #C6998C

Text Example


Text Example

White with #C6998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6998C; }

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

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

background-color css

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

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

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

border-color css

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

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

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