#C69C88

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

Shades of Quicksand #C69C88

Tints of Quicksand #C69C88

Color information

#C69C88 (or 0xC69C88) is unknown color: approx Quicksand. HEX triplet: C6, 9C and 88. RGB value is (198,156,136). Sum of RGB (Red+Green+Blue) = 198+156+136=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69C88 is #396377. Grayscale: #A6A6A6. Windows color (decimal): -3761016 or 8953030. OLE color: 8953030.

HSL color Cylindrical-coordinate representation of color #C69C88: hue angle of 19.35º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C69C88 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.22.

Color convert

RGB198156136-
CMYK00.210.310.22
HSL19.35º35.23%65.49%-
HSV(B)19.35º31.31%77.65%-
XYZ39.6237.5628.45-
YUV166.28110.91150.63-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.41%
GREEN value IS 156 (61.33% from 255) = 31.84%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=40.41%
G=31.84%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815613600.210.310.2219.3535.2365.49
HexC69C880151F16132341
Octal30623421002537262343101
Binary1100011010011100100010000101011111110110100111000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C88; }

 p { color: rgb(198,156,136); }

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

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

 a { background-color: rgb(198,156,136); }

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

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

 span { border-color: rgb(198,156,136); }

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