#C69D94

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

Shades of Quicksand #C69D94

Tints of Quicksand #C69D94

Color information

#C69D94 (or 0xC69D94) is unknown color: approx Quicksand. HEX triplet: C6, 9D and 94. RGB value is (198,157,148). Sum of RGB (Red+Green+Blue) = 198+157+148=503 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.36% from 503); Green value is 157 (61.72% from 255 or 31.21% from 503); Blue value is 148 (58.20% from 255 or 29.42% from 503); Max value from RGB is 198 - color contains mainly: red. Hex color #C69D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69D94 is #39626B. Grayscale: #A8A8A8. Windows color (decimal): -3760748 or 9739718. OLE color: 9739718.

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

Color convert

RGB198157148-
CMYK00.210.250.22
HSL10.8º30.49%67.84%-
HSV(B)10.8º25.25%77.65%-
XYZ40.6938.2633.26-
YUV168.23116.58149.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 39.36%
GREEN value IS 157 (61.72% from 255) = 31.21%
BLUE value IS 148 (58.20% from 255) = 29.42%
R=39.36%
G=31.21%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815714800.210.250.2210.830.4967.84
HexC69D940151916b1e44
Octal30623522402531261336104
Binary11000110100111011001010001010111001101101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69D94; }

 p { color: rgb(198,157,148); }

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

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

 a { background-color: rgb(198,157,148); }

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

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

 span { border-color: rgb(198,157,148); }

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