#C09287

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

Shades of Quicksand #C09287

Tints of Quicksand #C09287

Color information

#C09287 (or 0xC09287) is unknown color: approx Quicksand. HEX triplet: C0, 92 and 87. RGB value is (192,146,135). Sum of RGB (Red+Green+Blue) = 192+146+135=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C09287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09287 is #3F6D78. Grayscale: #9E9E9E. Windows color (decimal): -4156793 or 8884928. OLE color: 8884928.

HSL color Cylindrical-coordinate representation of color #C09287: hue angle of 11.58º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C09287 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB192146135-
CMYK00.240.300.25
HSL11.58º31.15%64.12%-
HSV(B)11.58º29.69%75.29%-
XYZ36.3933.5127.47-
YUV158.5114.74151.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=40.59%
G=30.87%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214613500.240.300.2511.5831.1564.12
HexC092870181E19c1f40
Octal30022220703036311437100
Binary11000000100100101000011101100011110110011100111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09287; }

 p { color: rgb(192,146,135); }

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

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

 a { background-color: rgb(192,146,135); }

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

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

 span { border-color: rgb(192,146,135); }

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