#C69690

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

Shades of Quicksand #C69690

Tints of Quicksand #C69690

Color information

#C69690 (or 0xC69690) is unknown color: approx Quicksand. HEX triplet: C6, 96 and 90. RGB value is (198,150,144). Sum of RGB (Red+Green+Blue) = 198+150+144=492 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.24% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 198 - color contains mainly: red. Hex color #C69690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69690 is #39696F. Grayscale: #A3A3A3. Windows color (decimal): -3762544 or 9475782. OLE color: 9475782.

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

Color convert

RGB198150144-
CMYK00.240.270.22
HSL6.67º32.14%67.06%-
HSV(B)6.67º27.27%77.65%-
XYZ39.2335.8331.23-
YUV163.67116.9152.49-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.24%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=40.24%
G=30.49%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19815014400.240.270.226.6732.1467.06
HexC696900181B1672043
Octal3062262200303326740103
Binary11000110100101101001000001100011011101101111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69690; }

 p { color: rgb(198,150,144); }

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

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

 a { background-color: rgb(198,150,144); }

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

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

 span { border-color: rgb(198,150,144); }

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