#C0968A

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

Shades of Quicksand #C0968A

Tints of Quicksand #C0968A

Color information

#C0968A (or 0xC0968A) is unknown color: approx Quicksand. HEX triplet: C0, 96 and 8A. RGB value is (192,150,138). Sum of RGB (Red+Green+Blue) = 192+150+138=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0968A is #3F6975. Grayscale: #A1A1A1. Windows color (decimal): -4155766 or 9082560. OLE color: 9082560.

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

Color convert

RGB192150138-
CMYK00.220.280.25
HSL13.33º30%64.71%-
HSV(B)13.33º28.12%75.29%-
XYZ37.2334.8528.81-
YUV161.19114.91149.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=40%
G=31.25%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19215013800.220.280.2513.333064.71
HexC0968A0161C19d1e41
Octal30022621202634311536101
Binary11000000100101101000101001011011100110011101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0968A; }

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

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

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

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

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

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

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

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