#CAAEA0

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

Shades of Clam Shell #CAAEA0

Tints of Clam Shell #CAAEA0

Color information

#CAAEA0 (or 0xCAAEA0) is unknown color: approx Clam Shell. HEX triplet: CA, AE and A0. RGB value is (202,174,160). Sum of RGB (Red+Green+Blue) = 202+174+160=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 174 (68.36% from 255 or 32.46% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEA0 is #35515F. Grayscale: #B4B4B4. Windows color (decimal): -3494240 or 10530506. OLE color: 10530506.

HSL color Cylindrical-coordinate representation of color #CAAEA0: hue angle of 20º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAAEA0 is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB202174160-
CMYK00.140.210.21
HSL20º28.38%70.98%-
HSV(B)20º20.79%79.22%-
XYZ45.8445.3739.6-
YUV180.78116.28143.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 174 (68.36% from 255) = 32.46%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=37.69%
G=32.46%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217416000.140.210.212028.3870.98
HexCAAEA00E1515141c47
Octal31225624001625252434107
Binary11001010101011101010000001110101011010110100111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEA0; }

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

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

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

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

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

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

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

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