#CAAFA8

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

Shades of Clam Shell #CAAFA8

Tints of Clam Shell #CAAFA8

Color information

#CAAFA8 (or 0xCAAFA8) is unknown color: approx Clam Shell. HEX triplet: CA, AF and A8. RGB value is (202,175,168). Sum of RGB (Red+Green+Blue) = 202+175+168=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAAFA8 is #355057. Grayscale: #B6B6B6. Windows color (decimal): -3493976 or 11055050. OLE color: 11055050.

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

Color convert

RGB202175168-
CMYK00.130.170.21
HSL12.35º24.29%72.55%-
HSV(B)12.35º16.83%79.22%-
XYZ46.7546.0443.47-
YUV182.27119.95142.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.06%
GREEN value IS 175 (68.75% from 255) = 32.11%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=37.06%
G=32.11%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217516800.130.170.2112.3524.2972.55
HexCAAFA80D1115c1849
Octal31225725001521251430111
Binary1100101010101111101010000110110001101011100110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFA8; }

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

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

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

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

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

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

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

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