#C39B92

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

Shades of Quicksand #C39B92

Tints of Quicksand #C39B92

Color information

#C39B92 (or 0xC39B92) is unknown color: approx Quicksand. HEX triplet: C3, 9B and 92. RGB value is (195,155,146). Sum of RGB (Red+Green+Blue) = 195+155+146=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39B92 is #3C646D. Grayscale: #A6A6A6. Windows color (decimal): -3957870 or 9608131. OLE color: 9608131.

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

Color convert

RGB195155146-
CMYK00.210.250.24
HSL11.02º28.99%66.86%-
HSV(B)11.02º25.13%76.47%-
XYZ39.4237.1232.28-
YUV165.93116.75148.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 155 (60.94% from 255) = 31.25%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=39.31%
G=31.25%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515514600.210.250.2411.0228.9966.86
HexC39B920151918b1d43
Octal30323322202531301335103
Binary11000011100110111001001001010111001110001011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39B92; }

 p { color: rgb(195,155,146); }

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

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

 a { background-color: rgb(195,155,146); }

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

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

 span { border-color: rgb(195,155,146); }

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