#C2968A

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

Shades of Quicksand #C2968A

Tints of Quicksand #C2968A

Color information

#C2968A (or 0xC2968A) is unknown color: approx Quicksand. HEX triplet: C2, 96 and 8A. RGB value is (194,150,138). Sum of RGB (Red+Green+Blue) = 194+150+138=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 150 (58.98% from 255 or 31.12% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2968A is #3D6975. Grayscale: #A1A1A1. Windows color (decimal): -4024694 or 9082562. OLE color: 9082562.

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

Color convert

RGB194150138-
CMYK00.230.290.24
HSL12.86º31.46%65.1%-
HSV(B)12.86º28.87%76.08%-
XYZ37.7435.1228.83-
YUV161.79114.58150.98-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.25%
GREEN value IS 150 (58.98% from 255) = 31.12%
BLUE value IS 138 (54.30% from 255) = 28.63%
R=40.25%
G=31.12%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415013800.230.290.2412.8631.4665.1
HexC2968A0171D18d1f41
Octal30222621202735301537101
Binary11000010100101101000101001011111101110001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2968A; }

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

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

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

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

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

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

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

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