#CCAEA0

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

Shades of Clam Shell #CCAEA0

Tints of Clam Shell #CCAEA0

Color information

#CCAEA0 (or 0xCCAEA0) is unknown color: approx Clam Shell. HEX triplet: CC, AE and A0. RGB value is (204,174,160). Sum of RGB (Red+Green+Blue) = 204+174+160=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 174 (68.36% from 255 or 32.34% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA0 is #33515F. Grayscale: #B5B5B5. Windows color (decimal): -3363168 or 10530508. OLE color: 10530508.

HSL color Cylindrical-coordinate representation of color #CCAEA0: hue angle of 19.09º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCAEA0 is Cyan = 0, Magento = 0.15, Yellow = 0.22 and Black (K on CMYK) = 0.2.

Color convert

RGB204174160-
CMYK00.150.220.2
HSL19.09º30.14%71.37%-
HSV(B)19.09º21.57%80%-
XYZ46.3845.6539.62-
YUV181.37115.94144.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 174 (68.36% from 255) = 32.34%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=37.92%
G=32.34%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417416000.150.220.219.0930.1471.37
HexCCAEA00F1614131e47
Octal31425624001726242336107
Binary11001100101011101010000001111101101010010011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEA0; }

 p { color: rgb(204,174,160); }

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

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

 a { background-color: rgb(204,174,160); }

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

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

 span { border-color: rgb(204,174,160); }

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