#CAADA6

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

Shades of Clam Shell #CAADA6

Tints of Clam Shell #CAADA6

Color information

#CAADA6 (or 0xCAADA6) is unknown color: approx Clam Shell. HEX triplet: CA, AD and A6. RGB value is (202,173,166). Sum of RGB (Red+Green+Blue) = 202+173+166=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 166 (65.23% from 255 or 30.68% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAADA6 is #355259. Grayscale: #B4B4B4. Windows color (decimal): -3494490 or 10923466. OLE color: 10923466.

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

Color convert

RGB202173166-
CMYK00.140.180.21
HSL11.67º25.35%72.16%-
HSV(B)11.67º17.82%79.22%-
XYZ46.1845.242.37-
YUV180.87119.61143.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 166 (65.23% from 255) = 30.68%
R=37.34%
G=31.98%
B=30.68%

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
Decimal20217316600.140.180.2111.6725.3572.16
HexCAADA60E1215c1948
Octal31225524601622251431110
Binary1100101010101101101001100111010010101011100110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAADA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAADA6; }

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

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

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

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

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

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

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

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