#CCAEA1

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

Shades of Clam Shell #CCAEA1

Tints of Clam Shell #CCAEA1

Color information

#CCAEA1 (or 0xCCAEA1) is unknown color: approx Clam Shell. HEX triplet: CC, AE and A1. RGB value is (204,174,161). Sum of RGB (Red+Green+Blue) = 204+174+161=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAEA1 is #33515E. Grayscale: #B5B5B5. Windows color (decimal): -3363167 or 10596044. OLE color: 10596044.

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

Color convert

RGB204174161-
CMYK00.150.210.2
HSL18.14º29.66%71.57%-
HSV(B)18.14º21.08%80%-
XYZ46.4745.6840.09-
YUV181.49116.44144.06-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=37.85%
G=32.28%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417416100.150.210.218.1429.6671.57
HexCCAEA10F1514121e48
Octal31425624101725242236110
Binary11001100101011101010000101111101011010010010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEA1; }

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

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

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

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

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

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

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

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