#C2968C

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

Shades of Quicksand #C2968C

Tints of Quicksand #C2968C

Color information

#C2968C (or 0xC2968C) is unknown color: approx Quicksand. HEX triplet: C2, 96 and 8C. RGB value is (194,150,140). Sum of RGB (Red+Green+Blue) = 194+150+140=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 140 (55.08% from 255 or 28.93% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2968C is #3D6973. Grayscale: #A2A2A2. Windows color (decimal): -4024692 or 9213634. OLE color: 9213634.

HSL color Cylindrical-coordinate representation of color #C2968C: hue angle of 11.11º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2968C is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194150140-
CMYK00.230.280.24
HSL11.11º30.68%65.49%-
HSV(B)11.11º27.84%76.08%-
XYZ37.8935.1829.6-
YUV162.02115.58150.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 150 (58.98% from 255) = 30.99%
BLUE value IS 140 (55.08% from 255) = 28.93%
R=40.08%
G=30.99%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415014000.230.280.2411.1130.6865.49
HexC2968C0171C18b1f41
Octal30222621402734301337101
Binary11000010100101101000110001011111100110001011111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2968C; }

 p { color: rgb(194,150,140); }

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

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

 a { background-color: rgb(194,150,140); }

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

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

 span { border-color: rgb(194,150,140); }

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