#CC968B

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

Shades of Quicksand #CC968B

Tints of Quicksand #CC968B

Color information

#CC968B (or 0xCC968B) is unknown color: approx Quicksand. HEX triplet: CC, 96 and 8B. RGB value is (204,150,139). Sum of RGB (Red+Green+Blue) = 204+150+139=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968B is #336974. Grayscale: #A4A4A4. Windows color (decimal): -3369333 or 9148108. OLE color: 9148108.

HSL color Cylindrical-coordinate representation of color #CC968B: hue angle of 10.15º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC968B is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204150139-
CMYK00.260.320.2
HSL10.15º38.92%67.25%-
HSV(B)10.15º31.86%80%-
XYZ40.4736.5129.34-
YUV164.89113.39155.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.38%
GREEN value IS 150 (58.98% from 255) = 30.43%
BLUE value IS 139 (54.69% from 255) = 28.19%
R=41.38%
G=30.43%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415013900.260.320.210.1538.9267.25
HexCC968B01A2014a2743
Octal31422621303240241247103
Binary1100110010010110100010110110101000001010010101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC968B; }

 p { color: rgb(204,150,139); }

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

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

 a { background-color: rgb(204,150,139); }

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

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

 span { border-color: rgb(204,150,139); }

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