#C3948B

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

Shades of Quicksand #C3948B

Tints of Quicksand #C3948B

Color information

#C3948B (or 0xC3948B) is unknown color: approx Quicksand. HEX triplet: C3, 94 and 8B. RGB value is (195,148,139). Sum of RGB (Red+Green+Blue) = 195+148+139=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 148 (58.20% from 255 or 30.71% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3948B is #3C6B74. Grayscale: #A1A1A1. Windows color (decimal): -3959669 or 9147587. OLE color: 9147587.

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

Color convert

RGB195148139-
CMYK00.240.290.24
HSL9.64º31.82%65.49%-
HSV(B)9.64º28.72%76.47%-
XYZ37.7634.6529.12-
YUV161.03115.57152.23-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 148 (58.20% from 255) = 30.71%
BLUE value IS 139 (54.69% from 255) = 28.84%
R=40.46%
G=30.71%
B=28.84%

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
Decimal19514813900.240.290.249.6431.8265.49
HexC3948B0181D18a2041
Octal30322421303035301240101
Binary110000111001010010001011011000111011100010101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3948B; }

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

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

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

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

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

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

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

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