#C29482

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

Shades of Quicksand #C29482

Tints of Quicksand #C29482

Color information

#C29482 (or 0xC29482) is unknown color: approx Quicksand. HEX triplet: C2, 94 and 82. RGB value is (194,148,130). Sum of RGB (Red+Green+Blue) = 194+148+130=472 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.10% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 194 - color contains mainly: red. Hex color #C29482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29482 is #3D6B7D. Grayscale: #9F9F9F. Windows color (decimal): -4025214 or 8557762. OLE color: 8557762.

HSL color Cylindrical-coordinate representation of color #C29482: hue angle of 16.88º 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 #C29482 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB194148130-
CMYK00.240.330.24
HSL16.88º34.41%63.53%-
HSV(B)16.88º32.99%76.08%-
XYZ36.8734.2625.79-
YUV159.7111.24152.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.10%
GREEN value IS 148 (58.20% from 255) = 31.36%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=41.10%
G=31.36%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414813000.240.330.2416.8834.4163.53
HexC294820182118112240
Octal30222420203041302142100
Binary11000010100101001000001001100010000111000100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29482; }

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

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

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

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

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

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

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

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