#C09283

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

Shades of Quicksand #C09283

Tints of Quicksand #C09283

Color information

#C09283 (or 0xC09283) is unknown color: approx Quicksand. HEX triplet: C0, 92 and 83. RGB value is (192,146,131). Sum of RGB (Red+Green+Blue) = 192+146+131=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 192 - color contains mainly: red. Hex color #C09283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09283 is #3F6D7C. Grayscale: #9E9E9E. Windows color (decimal): -4156797 or 8622784. OLE color: 8622784.

HSL color Cylindrical-coordinate representation of color #C09283: hue angle of 14.75º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C09283 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB192146131-
CMYK00.240.320.25
HSL14.75º32.62%63.33%-
HSV(B)14.75º31.77%75.29%-
XYZ36.1133.426.02-
YUV158.04112.74152.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.94%
GREEN value IS 146 (57.42% from 255) = 31.13%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=40.94%
G=31.13%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214613100.240.320.2514.7532.6263.33
HexC092830182019f213f
Octal3002222030304031174177
Binary110000001001001010000011011000100000110011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09283; }

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

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

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

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

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

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

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

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