#CAAEA5

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

Shades of Clam Shell #CAAEA5

Tints of Clam Shell #CAAEA5

Color information

#CAAEA5 (or 0xCAAEA5) is unknown color: approx Clam Shell. HEX triplet: CA, AE and A5. RGB value is (202,174,165). Sum of RGB (Red+Green+Blue) = 202+174+165=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 174 (68.36% from 255 or 32.16% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAEA5 is #35515A. Grayscale: #B5B5B5. Windows color (decimal): -3494235 or 10858186. OLE color: 10858186.

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

Color convert

RGB202174165-
CMYK00.140.180.21
HSL14.59º25.87%71.96%-
HSV(B)14.59º18.32%79.22%-
XYZ46.2845.5541.95-
YUV181.35118.78142.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 174 (68.36% from 255) = 32.16%
BLUE value IS 165 (64.84% from 255) = 30.50%
R=37.34%
G=32.16%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217416500.140.180.2114.5925.8771.96
HexCAAEA50E1215f1a48
Octal31225624501622251732110
Binary1100101010101110101001010111010010101011111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAEA5; }

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

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

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

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

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

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

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

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