Html Css Color HEX #C6A393 Quicksand

📋 copy color: '#C6A393'

red 198 ◦ green 163 ◦ blue 147

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

Shades of Quicksand #C6A393

Tints of Quicksand #C6A393

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.09%

 BLUE value IS 147 (57.81% from 255) = 28.94%

R = 38.98%
G = 32.09%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#C6A393 (or 0xC6A393) is known color: Quicksand. HEX triplet: C6, A3 and 93. RGB value is (198,163,147). Sum of RGB (Red+Green+Blue) = 198+163+147=508 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.98% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6A393 is #395C6C. Grayscale: #ABABAB. Windows color (decimal): -3759213 or 9675718. OLE color: 9675718.

HSL color Cylindrical-coordinate representation of color #C6A393: hue angle of 18.82º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C6A393 is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 163 147 -
CMYK 0 0.18 0.26 0.22
HSL 18.82º 0.31% 0.68% -
HSV(B) 18.82º 0.26% 0.78% -
XYZ 41.65 40.31 33.19 -
YUV 171.64 114.1 146.8 -
System Red Green Blue C M Y K H S L
Decimal 198 163 147 0 0.18 0.26 0.22 18.82 0.31 0.68
Hex C6 A3 93 0 12 1A 16 13 1F 44
Octal 306 243 223 0 22 32 26 23 37 104
Binary 11000110 10100011 10010011 0 10010 11010 10110 10011 11111 1000100

Color Harmonies of #C6A393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A393

Black with #C6A393

Text Example


Text Example

White with #C6A393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A393; }

 p { color: rgb(198,163,147); }

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

background-color css

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

 a { background-color: rgb(198,163,147); }

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

border-color css

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

 span { border-color: rgb(198,163,147); }

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