#C7968D

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

Shades of Quicksand #C7968D

Tints of Quicksand #C7968D

Color information

#C7968D (or 0xC7968D) is unknown color: approx Quicksand. HEX triplet: C7, 96 and 8D. RGB value is (199,150,141). Sum of RGB (Red+Green+Blue) = 199+150+141=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 150 (58.98% from 255 or 30.61% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968D is #386972. Grayscale: #A3A3A3. Windows color (decimal): -3697011 or 9279175. OLE color: 9279175.

HSL color Cylindrical-coordinate representation of color #C7968D: hue angle of 9.31º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C7968D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199150141-
CMYK00.250.290.22
HSL9.31º34.12%66.67%-
HSV(B)9.31º29.15%78.04%-
XYZ39.2735.8830.05-
YUV163.62115.23153.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.61%
GREEN value IS 150 (58.98% from 255) = 30.61%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=40.61%
G=30.61%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915014100.250.290.229.3134.1266.67
HexC7968D0191D1692243
Octal30722621503135261142103
Binary110001111001011010001101011001111011011010011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7968D; }

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

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

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

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

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

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

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

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