#C29689

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

Shades of Quicksand #C29689

Tints of Quicksand #C29689

Color information

#C29689 (or 0xC29689) is unknown color: approx Quicksand. HEX triplet: C2, 96 and 89. RGB value is (194,150,137). Sum of RGB (Red+Green+Blue) = 194+150+137=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 194 - color contains mainly: red. Hex color #C29689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29689 is #3D6976. Grayscale: #A1A1A1. Windows color (decimal): -4024695 or 9017026. OLE color: 9017026.

HSL color Cylindrical-coordinate representation of color #C29689: hue angle of 13.68º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C29689 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194150137-
CMYK00.230.290.24
HSL13.68º31.84%64.9%-
HSV(B)13.68º29.38%76.08%-
XYZ37.6735.0928.45-
YUV161.67114.08151.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.33%
GREEN value IS 150 (58.98% from 255) = 31.19%
BLUE value IS 137 (53.91% from 255) = 28.48%
R=40.33%
G=31.19%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415013700.230.290.2413.6831.8464.9
HexC296890171D18e2041
Octal30222621102735301640101
Binary110000101001011010001001010111111011100011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29689; }

 p { color: rgb(194,150,137); }

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

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

 a { background-color: rgb(194,150,137); }

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

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

 span { border-color: rgb(194,150,137); }

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