Html Css Color HEX #C1A392 Quicksand

📋 copy color: '#C1A392'

red 193 ◦ green 163 ◦ blue 146

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

Shades of Quicksand #C1A392

Tints of Quicksand #C1A392

RGB

 RED value IS 193 (75.78% from 255) = 38.45%

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

 BLUE value IS 146 (57.42% from 255) = 29.08%

R = 38.45%
G = 32.47%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C1A392 (or 0xC1A392) is known color: Quicksand. HEX triplet: C1, A3 and 92. RGB value is (193,163,146). Sum of RGB (Red+Green+Blue) = 193+163+146=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A392 is #3E5C6D. Grayscale: #AAAAAA. Windows color (decimal): -4086894 or 9610177. OLE color: 9610177.

HSL color Cylindrical-coordinate representation of color #C1A392: hue angle of 21.7º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1A392 is Cyan = 0, Magento = 0.16, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 163 146 -
CMYK 0 0.16 0.24 0.24
HSL 21.7º 0.27% 0.66% -
HSV(B) 21.7º 0.24% 0.76% -
XYZ 40.28 39.61 32.72 -
YUV 170.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 193 163 146 0 0.16 0.24 0.24 21.7 0.27 0.66
Hex C1 A3 92 0 10 18 18 16 1B 42
Octal 301 243 222 0 20 30 30 26 33 102
Binary 11000001 10100011 10010010 0 10000 11000 11000 10110 11011 1000010

Color Harmonies of #C1A392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A392

Black with #C1A392

Text Example


Text Example

White with #C1A392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A392; }

 p { color: rgb(193,163,146); }

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

background-color css

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

 a { background-color: rgb(193,163,146); }

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

border-color css

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

 span { border-color: rgb(193,163,146); }

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