#CCAEA7

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

Shades of Clam Shell #CCAEA7

Tints of Clam Shell #CCAEA7

Color information

#CCAEA7 (or 0xCCAEA7) is unknown color: approx Clam Shell. HEX triplet: CC, AE and A7. RGB value is (204,174,167). Sum of RGB (Red+Green+Blue) = 204+174+167=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 167 (65.62% from 255 or 30.64% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA7 is #335158. Grayscale: #B6B6B6. Windows color (decimal): -3363161 or 10989260. OLE color: 10989260.

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

Color convert

RGB204174167-
CMYK00.150.180.2
HSL11.35º26.62%72.75%-
HSV(B)11.35º18.14%80%-
XYZ47.0145.942.94-
YUV182.17119.44143.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 167 (65.62% from 255) = 30.64%
R=37.43%
G=31.93%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417416700.150.180.211.3526.6272.75
HexCCAEA70F1214b1b49
Octal31425624701722241333111
Binary1100110010101110101001110111110010101001011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEA7; }

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

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

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

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

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

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

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

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