#C9968F

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

Shades of Quicksand #C9968F

Tints of Quicksand #C9968F

Color information

#C9968F (or 0xC9968F) is unknown color: approx Quicksand. HEX triplet: C9, 96 and 8F. RGB value is (201,150,143). Sum of RGB (Red+Green+Blue) = 201+150+143=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 150 (58.98% from 255 or 30.36% from 494); Blue value is 143 (56.25% from 255 or 28.95% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C9968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9968F is #366970. Grayscale: #A4A4A4. Windows color (decimal): -3565937 or 9410249. OLE color: 9410249.

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

Color convert

RGB201150143-
CMYK00.250.290.21
HSL7.24º34.94%67.45%-
HSV(B)7.24º28.86%78.82%-
XYZ39.9536.2130.87-
YUV164.45115.9154.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 150 (58.98% from 255) = 30.36%
BLUE value IS 143 (56.25% from 255) = 28.95%
R=40.69%
G=30.36%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20115014300.250.290.217.2434.9467.45
HexC9968F0191D1572343
Octal3112262170313525743103
Binary11001001100101101000111101100111101101011111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9968F; }

 p { color: rgb(201,150,143); }

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

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

 a { background-color: rgb(201,150,143); }

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

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

 span { border-color: rgb(201,150,143); }

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