#CC968A

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

Shades of Quicksand #CC968A

Tints of Quicksand #CC968A

Color information

#CC968A (or 0xCC968A) is unknown color: approx Quicksand. HEX triplet: CC, 96 and 8A. RGB value is (204,150,138). Sum of RGB (Red+Green+Blue) = 204+150+138=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CC968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC968A is #336975. Grayscale: #A4A4A4. Windows color (decimal): -3369334 or 9082572. OLE color: 9082572.

HSL color Cylindrical-coordinate representation of color #CC968A: hue angle of 10.91º 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 #CC968A is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204150138-
CMYK00.260.320.2
HSL10.91º39.29%67.06%-
HSV(B)10.91º32.35%80%-
XYZ40.436.4928.96-
YUV164.78112.89155.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 138 (54.30% from 255) = 28.05%
R=41.46%
G=30.49%
B=28.05%

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
Decimal20415013800.260.320.210.9139.2967.06
HexCC968A01A2014b2743
Octal31422621203240241347103
Binary1100110010010110100010100110101000001010010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC968A; }

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

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

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

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

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

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

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

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