Html Css Color HEX #C1A092 Quicksand

📋 copy color: '#C1A092'

red 193 ◦ green 160 ◦ blue 146

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

Shades of Quicksand #C1A092

Tints of Quicksand #C1A092

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.06%

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

R = 38.68%
G = 32.06%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C1A092 (or 0xC1A092) is known color: Quicksand. HEX triplet: C1, A0 and 92. RGB value is (193,160,146). Sum of RGB (Red+Green+Blue) = 193+160+146=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A092 is #3E5F6D. Grayscale: #A8A8A8. Windows color (decimal): -4087662 or 9609409. OLE color: 9609409.

HSL color Cylindrical-coordinate representation of color #C1A092: hue angle of 17.87º 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 #C1A092 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 160 146 -
CMYK 0 0.17 0.24 0.24
HSL 17.87º 0.27% 0.66% -
HSV(B) 17.87º 0.24% 0.76% -
XYZ 39.75 38.55 32.54 -
YUV 168.27 115.43 145.64 -
System Red Green Blue C M Y K H S L
Decimal 193 160 146 0 0.17 0.24 0.24 17.87 0.27 0.66
Hex C1 A0 92 0 11 18 18 12 1B 42
Octal 301 240 222 0 21 30 30 22 33 102
Binary 11000001 10100000 10010010 0 10001 11000 11000 10010 11011 1000010

Color Harmonies of #C1A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A092

Black with #C1A092

Text Example


Text Example

White with #C1A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A092; }

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

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

background-color css

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

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

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

border-color css

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

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

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