#C4968B

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

Shades of Quicksand #C4968B

Tints of Quicksand #C4968B

Color information

#C4968B (or 0xC4968B) is unknown color: approx Quicksand. HEX triplet: C4, 96 and 8B. RGB value is (196,150,139). Sum of RGB (Red+Green+Blue) = 196+150+139=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4968B is #3B6974. Grayscale: #A2A2A2. Windows color (decimal): -3893621 or 9148100. OLE color: 9148100.

HSL color Cylindrical-coordinate representation of color #C4968B: hue angle of 11.58º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4968B is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB196150139-
CMYK00.230.290.23
HSL11.58º32.57%65.69%-
HSV(B)11.58º29.08%76.86%-
XYZ38.3335.4129.24-
YUV162.5114.74151.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.41%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 139 (54.69% from 255) = 28.66%
R=40.41%
G=30.93%
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.23
SystemRedGreenBlueCMYKHSL
Decimal19615013900.230.290.2311.5832.5765.69
HexC4968B0171D17c2142
Octal30422621302735271441102
Binary110001001001011010001011010111111011011111001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4968B; }

 p { color: rgb(196,150,139); }

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

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

 a { background-color: rgb(196,150,139); }

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

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

 span { border-color: rgb(196,150,139); }

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