Html Css Color HEX #C6998B Quicksand

📋 copy color: '#C6998B'

red 198 ◦ green 153 ◦ blue 139

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

Shades of Quicksand #C6998B

Tints of Quicksand #C6998B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.37%

R = 40.41%
G = 31.22%
B = 28.37%

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

#C6998B (or 0xC6998B) is known color: Quicksand. HEX triplet: C6, 99 and 8B. RGB value is (198,153,139). Sum of RGB (Red+Green+Blue) = 198+153+139=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 153 (60.16% from 255 or 31.22% from 490); Blue value is 139 (54.69% from 255 or 28.37% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6998B is #396674. Grayscale: #A4A4A4. Windows color (decimal): -3761781 or 9148870. OLE color: 9148870.

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

Color convert

RGB 198 153 139 -
CMYK 0 0.23 0.30 0.22
HSL 14.24º 0.34% 0.66% -
HSV(B) 14.24º 0.3% 0.78% -
XYZ 39.34 36.65 29.43 -
YUV 164.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 198 153 139 0 0.23 0.30 0.22 14.24 0.34 0.66
Hex C6 99 8B 0 17 1E 16 E 22 42
Octal 306 231 213 0 27 36 26 16 42 102
Binary 11000110 10011001 10001011 0 10111 11110 10110 1110 100010 1000010

Color Harmonies of #C6998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6998B

Black with #C6998B

Text Example


Text Example

White with #C6998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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