#CAADA5

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

Shades of Clam Shell #CAADA5

Tints of Clam Shell #CAADA5

Color information

#CAADA5 (or 0xCAADA5) is unknown color: approx Clam Shell. HEX triplet: CA, AD and A5. RGB value is (202,173,165). Sum of RGB (Red+Green+Blue) = 202+173+165=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 165 (64.84% from 255 or 30.56% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADA5 is #35525A. Grayscale: #B4B4B4. Windows color (decimal): -3494491 or 10857930. OLE color: 10857930.

HSL color Cylindrical-coordinate representation of color #CAADA5: hue angle of 12.97º 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 #CAADA5 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB202173165-
CMYK00.140.180.21
HSL12.97º25.87%71.96%-
HSV(B)12.97º18.32%79.22%-
XYZ46.0945.1641.88-
YUV180.76119.11143.15-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 165 (64.84% from 255) = 30.56%
R=37.41%
G=32.04%
B=30.56%

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
Decimal20217316500.140.180.2112.9725.8771.96
HexCAADA50E1215d1a48
Octal31225524501622251532110
Binary1100101010101101101001010111010010101011101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADA5; }

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

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

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

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

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

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

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

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