#C29683

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

Shades of Quicksand #C29683

Tints of Quicksand #C29683

Color information

#C29683 (or 0xC29683) is unknown color: approx Quicksand. HEX triplet: C2, 96 and 83. RGB value is (194,150,131). Sum of RGB (Red+Green+Blue) = 194+150+131=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 194 - color contains mainly: red. Hex color #C29683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29683 is #3D697C. Grayscale: #A1A1A1. Windows color (decimal): -4024701 or 8623810. OLE color: 8623810.

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

Color convert

RGB194150131-
CMYK00.230.320.24
HSL18.1º34.05%63.73%-
HSV(B)18.1º32.47%76.08%-
XYZ37.2534.9226.25-
YUV160.99111.08151.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.84%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 131 (51.56% from 255) = 27.58%
R=40.84%
G=31.58%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415013100.230.320.2418.134.0563.73
HexC296830172018122240
Octal30222620302740302242100
Binary11000010100101101000001101011110000011000100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29683; }

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

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

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

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

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

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

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

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