#C3948A

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

Shades of Quicksand #C3948A

Tints of Quicksand #C3948A

Color information

#C3948A (or 0xC3948A) is unknown color: approx Quicksand. HEX triplet: C3, 94 and 8A. RGB value is (195,148,138). Sum of RGB (Red+Green+Blue) = 195+148+138=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 148 (58.20% from 255 or 30.77% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C3948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3948A is #3C6B75. Grayscale: #A1A1A1. Windows color (decimal): -3959670 or 9082051. OLE color: 9082051.

HSL color Cylindrical-coordinate representation of color #C3948A: hue angle of 10.53º 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 #C3948A is Cyan = 0, Magento = 0.24, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB195148138-
CMYK00.240.290.24
HSL10.53º32.2%65.29%-
HSV(B)10.53º29.23%76.47%-
XYZ37.6834.6228.74-
YUV160.91115.07152.31-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 148 (58.20% from 255) = 30.77%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=40.54%
G=30.77%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514813800.240.290.2410.5332.265.29
HexC3948A0181D18b2041
Octal30322421203035301340101
Binary110000111001010010001010011000111011100010111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3948A; }

 p { color: rgb(195,148,138); }

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

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

 a { background-color: rgb(195,148,138); }

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

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

 span { border-color: rgb(195,148,138); }

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