#C7968A

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

Shades of Quicksand #C7968A

Tints of Quicksand #C7968A

Color information

#C7968A (or 0xC7968A) is unknown color: approx Quicksand. HEX triplet: C7, 96 and 8A. RGB value is (199,150,138). Sum of RGB (Red+Green+Blue) = 199+150+138=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 199 - color contains mainly: red. Hex color #C7968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7968A is #386975. Grayscale: #A3A3A3. Windows color (decimal): -3697014 or 9082567. OLE color: 9082567.

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

Color convert

RGB199150138-
CMYK00.250.310.22
HSL11.8º35.26%66.08%-
HSV(B)11.8º30.65%78.04%-
XYZ39.0535.7928.89-
YUV163.28113.73153.48-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.86%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 138 (54.30% from 255) = 28.34%
R=40.86%
G=30.80%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915013800.250.310.2211.835.2666.08
HexC7968A0191F16c2342
Octal30722621203137261443102
Binary110001111001011010001010011001111111011011001000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7968A; }

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

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

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

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

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

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

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

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