#C29985

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

Shades of Quicksand #C29985

Tints of Quicksand #C29985

Color information

#C29985 (or 0xC29985) is unknown color: approx Quicksand. HEX triplet: C2, 99 and 85. RGB value is (194,153,133). Sum of RGB (Red+Green+Blue) = 194+153+133=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C29985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29985 is #3D667A. Grayscale: #A3A3A3. Windows color (decimal): -4023931 or 8755650. OLE color: 8755650.

HSL color Cylindrical-coordinate representation of color #C29985: hue angle of 19.67º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C29985 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194153133-
CMYK00.210.310.24
HSL19.67º33.33%64.12%-
HSV(B)19.67º31.44%76.08%-
XYZ37.8735.9527.13-
YUV162.98111.08150.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=40.42%
G=31.88%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415313300.210.310.2419.6733.3364.12
HexC299850151F18142140
Octal30223120502537302441100
Binary1100001010011001100001010101011111111000101001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29985; }

 p { color: rgb(194,153,133); }

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

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

 a { background-color: rgb(194,153,133); }

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

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

 span { border-color: rgb(194,153,133); }

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