#C3978B

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

Shades of Quicksand #C3978B

Tints of Quicksand #C3978B

Color information

#C3978B (or 0xC3978B) is unknown color: approx Quicksand. HEX triplet: C3, 97 and 8B. RGB value is (195,151,139). Sum of RGB (Red+Green+Blue) = 195+151+139=485 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.21% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 195 - color contains mainly: red. Hex color #C3978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3978B is #3C6874. Grayscale: #A2A2A2. Windows color (decimal): -3958901 or 9148355. OLE color: 9148355.

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

Color convert

RGB195151139-
CMYK00.230.290.24
HSL12.86º31.82%65.49%-
HSV(B)12.86º28.72%76.47%-
XYZ38.2335.629.28-
YUV162.79114.58150.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.21%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=40.21%
G=31.13%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515113900.230.290.2412.8631.8265.49
HexC3978B0171D18d2041
Octal30322721302735301540101
Binary110000111001011110001011010111111011100011011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3978B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3978B; }

 p { color: rgb(195,151,139); }

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

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

 a { background-color: rgb(195,151,139); }

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

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

 span { border-color: rgb(195,151,139); }

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