#C09792

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

Shades of Quicksand #C09792

Tints of Quicksand #C09792

Color information

#C09792 (or 0xC09792) is unknown color: approx Quicksand. HEX triplet: C0, 97 and 92. RGB value is (192,151,146). Sum of RGB (Red+Green+Blue) = 192+151+146=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 151 (59.38% from 255 or 30.88% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C09792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C09792 is #3F686D. Grayscale: #A2A2A2. Windows color (decimal): -4155502 or 9607104. OLE color: 9607104.

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

Color convert

RGB192151146-
CMYK00.210.240.25
HSL6.52º26.74%66.27%-
HSV(B)6.52º23.96%75.29%-
XYZ37.9935.4232.03-
YUV162.69118.58148.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 151 (59.38% from 255) = 30.88%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=39.26%
G=30.88%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215114600.210.240.256.5226.7466.27
HexC09792015181971b42
Octal3002272220253031733102
Binary1100000010010111100100100101011100011001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C09792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C09792; }

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

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

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

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

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

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

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

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