#C19B96

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

Shades of Quicksand #C19B96

Tints of Quicksand #C19B96

Color information

#C19B96 (or 0xC19B96) is unknown color: approx Quicksand. HEX triplet: C1, 9B and 96. RGB value is (193,155,150). Sum of RGB (Red+Green+Blue) = 193+155+150=498 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.76% from 498); Green value is 155 (60.94% from 255 or 31.12% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B96 is #3E6469. Grayscale: #A5A5A5. Windows color (decimal): -4088938 or 9870273. OLE color: 9870273.

HSL color Cylindrical-coordinate representation of color #C19B96: hue angle of 6.98º degrees, saturation: 0.26, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C19B96 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB193155150-
CMYK00.200.220.24
HSL6.98º25.75%67.25%-
HSV(B)6.98º22.28%75.69%-
XYZ39.2236.9833.93-
YUV165.79119.09147.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.76%
GREEN value IS 155 (60.94% from 255) = 31.12%
BLUE value IS 150 (58.98% from 255) = 30.12%
R=38.76%
G=31.12%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315515000.200.220.246.9825.7567.25
HexC19B96014161871a43
Octal3012332260242630732103
Binary1100000110011011100101100101001011011000111110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B96; }

 p { color: rgb(193,155,150); }

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

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

 a { background-color: rgb(193,155,150); }

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

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

 span { border-color: rgb(193,155,150); }

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