#C1A292

Color #C1A292 Quicksand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Quicksand #C1A292

Tints of Quicksand #C1A292

Color information

#C1A292 (or 0xC1A292) is unknown color: approx Quicksand. HEX triplet: C1, A2 and 92. RGB value is (193,162,146). Sum of RGB (Red+Green+Blue) = 193+162+146=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 146 (57.42% from 255 or 29.14% from 501); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1A292 is #3E5D6D. Grayscale: #A9A9A9. Windows color (decimal): -4087150 or 9609921. OLE color: 9609921.

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

Color convert

RGB193162146-
CMYK00.160.240.24
HSL20.43º27.49%66.47%-
HSV(B)20.43º24.35%75.69%-
XYZ40.139.2532.66-
YUV169.44114.77144.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.52%
GREEN value IS 162 (63.67% from 255) = 32.34%
BLUE value IS 146 (57.42% from 255) = 29.14%
R=38.52%
G=32.34%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19316214600.160.240.2420.4327.4966.47
HexC1A2920101818141b42
Octal30124222202030302433102
Binary110000011010001010010010010000110001100010100110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A292; }

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

 H1.HeaderClassName
 {
   color: #C1A292;
 }
 .AnyTagClassName
 {
   color: #C1A292;
 }
</style>
background-color css

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

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

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

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

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

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