#C7968B

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

Shades of Quicksand #C7968B

Tints of Quicksand #C7968B

Color information

#C7968B (or 0xC7968B) is unknown color: approx Quicksand. HEX triplet: C7, 96 and 8B. RGB value is (199,150,139). Sum of RGB (Red+Green+Blue) = 199+150+139=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968B is #386974. Grayscale: #A3A3A3. Windows color (decimal): -3697013 or 9148103. OLE color: 9148103.

HSL color Cylindrical-coordinate representation of color #C7968B: hue angle of 11º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C7968B is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB199150139-
CMYK00.250.300.22
HSL11º34.88%66.27%-
HSV(B)11º30.15%78.04%-
XYZ39.1235.8229.28-
YUV163.4114.23153.39-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.78%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 139 (54.69% from 255) = 28.48%
R=40.78%
G=30.74%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915013900.250.300.221134.8866.27
HexC7968B0191E16b2342
Octal30722621303136261343102
Binary110001111001011010001011011001111101011010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7968B; }

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

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

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

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

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

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

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

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