#CAAFA3

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

Shades of Clam Shell #CAAFA3

Tints of Clam Shell #CAAFA3

Color information

#CAAFA3 (or 0xCAAFA3) is unknown color: approx Clam Shell. HEX triplet: CA, AF and A3. RGB value is (202,175,163). Sum of RGB (Red+Green+Blue) = 202+175+163=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 163 (64.06% from 255 or 30.19% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFA3 is #35505C. Grayscale: #B5B5B5. Windows color (decimal): -3493981 or 10727370. OLE color: 10727370.

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

Color convert

RGB202175163-
CMYK00.130.190.21
HSL18.46º26.9%71.57%-
HSV(B)18.46º19.31%79.22%-
XYZ46.345.8641.06-
YUV181.7117.45142.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.41%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 163 (64.06% from 255) = 30.19%
R=37.41%
G=32.41%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217516300.130.190.2118.4626.971.57
HexCAAFA30D1315121b48
Octal31225724301523252233110
Binary11001010101011111010001101101100111010110010110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFA3; }

 p { color: rgb(202,175,163); }

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

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

 a { background-color: rgb(202,175,163); }

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

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

 span { border-color: rgb(202,175,163); }

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