Html Css Color HEX #C6998A Quicksand

📋 copy color: '#C6998A'

red 198 ◦ green 153 ◦ blue 138

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

Shades of Quicksand #C6998A

Tints of Quicksand #C6998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.22%

R = 40.49%
G = 31.29%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6998A (or 0xC6998A) is known color: Quicksand. HEX triplet: C6, 99 and 8A. RGB value is (198,153,138). Sum of RGB (Red+Green+Blue) = 198+153+138=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 153 (60.16% from 255 or 31.29% from 489); Blue value is 138 (54.30% from 255 or 28.22% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6998A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6998A is #396675. Grayscale: #A4A4A4. Windows color (decimal): -3761782 or 9083334. OLE color: 9083334.

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

Color convert

RGB 198 153 138 -
CMYK 0 0.23 0.30 0.22
HSL 15º 0.34% 0.66% -
HSV(B) 15º 0.3% 0.78% -
XYZ 39.27 36.62 29.04 -
YUV 164.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 198 153 138 0 0.23 0.30 0.22 15 0.34 0.66
Hex C6 99 8A 0 17 1E 16 F 22 42
Octal 306 231 212 0 27 36 26 17 42 102
Binary 11000110 10011001 10001010 0 10111 11110 10110 1111 100010 1000010

Color Harmonies of #C6998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6998A

Black with #C6998A

Text Example


Text Example

White with #C6998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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