#C29682

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

Shades of Quicksand #C29682

Tints of Quicksand #C29682

Color information

#C29682 (or 0xC29682) is unknown color: approx Quicksand. HEX triplet: C2, 96 and 82. RGB value is (194,150,130). Sum of RGB (Red+Green+Blue) = 194+150+130=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C29682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29682 is #3D697D. Grayscale: #A1A1A1. Windows color (decimal): -4024702 or 8558274. OLE color: 8558274.

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

Color convert

RGB194150130-
CMYK00.230.330.24
HSL18.75º34.41%63.53%-
HSV(B)18.75º32.99%76.08%-
XYZ37.1834.8925.89-
YUV160.88110.58151.63-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.93%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 130 (51.17% from 255) = 27.43%
R=40.93%
G=31.65%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415013000.230.330.2418.7534.4163.53
HexC296820172118132240
Octal30222620202741302342100
Binary11000010100101101000001001011110000111000100111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29682; }

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

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

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

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

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

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

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

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