#C19892

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

Shades of Quicksand #C19892

Tints of Quicksand #C19892

Color information

#C19892 (or 0xC19892) is unknown color: approx Quicksand. HEX triplet: C1, 98 and 92. RGB value is (193,152,146). Sum of RGB (Red+Green+Blue) = 193+152+146=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 152 (59.77% from 255 or 30.96% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C19892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19892 is #3E676D. Grayscale: #A3A3A3. Windows color (decimal): -4089710 or 9607361. OLE color: 9607361.

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

Color convert

RGB193152146-
CMYK00.210.240.24
HSL7.66º27.49%66.47%-
HSV(B)7.66º24.35%75.69%-
XYZ38.4135.8732.09-
YUV163.57118.08148.99-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.31%
GREEN value IS 152 (59.77% from 255) = 30.96%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=39.31%
G=30.96%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315214600.210.240.247.6627.4966.47
HexC19892015181881b42
Octal30123022202530301033102
Binary11000001100110001001001001010111000110001000110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19892; }

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

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

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

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

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

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

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

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