#C0968F

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

Shades of Quicksand #C0968F

Tints of Quicksand #C0968F

Color information

#C0968F (or 0xC0968F) is unknown color: approx Quicksand. HEX triplet: C0, 96 and 8F. RGB value is (192,150,143). Sum of RGB (Red+Green+Blue) = 192+150+143=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 143 (56.25% from 255 or 29.48% from 485); Max value from RGB is 192 - color contains mainly: red. Hex color #C0968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0968F is #3F6970. Grayscale: #A1A1A1. Windows color (decimal): -4155761 or 9410240. OLE color: 9410240.

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

Color convert

RGB192150143-
CMYK00.220.260.25
HSL8.57º28%65.69%-
HSV(B)8.57º25.52%75.29%-
XYZ37.63530.76-
YUV161.76117.41149.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 143 (56.25% from 255) = 29.48%
R=39.59%
G=30.93%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215014300.220.260.258.572865.69
HexC0968F0161A1991c42
Octal30022621702632311134102
Binary11000000100101101000111101011011010110011001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0968F; }

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

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

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

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

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

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

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

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