#CC968D

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

Shades of Quicksand #CC968D

Tints of Quicksand #CC968D

Color information

#CC968D (or 0xCC968D) is unknown color: approx Quicksand. HEX triplet: CC, 96 and 8D. RGB value is (204,150,141). Sum of RGB (Red+Green+Blue) = 204+150+141=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 150 (58.98% from 255 or 30.30% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968D is #336972. Grayscale: #A5A5A5. Windows color (decimal): -3369331 or 9279180. OLE color: 9279180.

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

Color convert

RGB204150141-
CMYK00.260.310.2
HSL8.57º38.18%67.65%-
HSV(B)8.57º30.88%80%-
XYZ40.6236.5730.12-
YUV165.12114.39155.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.21%
GREEN value IS 150 (58.98% from 255) = 30.30%
BLUE value IS 141 (55.47% from 255) = 28.48%
R=41.21%
G=30.30%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415014100.260.310.28.5738.1867.65
HexCC968D01A1F1492644
Octal31422621503237241146104
Binary110011001001011010001101011010111111010010011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC968D; }

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

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

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

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

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

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

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

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