#CAB2A8

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

Shades of Clam Shell #CAB2A8

Tints of Clam Shell #CAB2A8

Color information

#CAB2A8 (or 0xCAB2A8) is unknown color: approx Clam Shell. HEX triplet: CA, B2 and A8. RGB value is (202,178,168). Sum of RGB (Red+Green+Blue) = 202+178+168=548 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.86% from 548); Green value is 178 (69.92% from 255 or 32.48% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB2A8 is #354D57. Grayscale: #B8B8B8. Windows color (decimal): -3493208 or 11055818. OLE color: 11055818.

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

Color convert

RGB202178168-
CMYK00.120.170.21
HSL17.65º24.29%72.55%-
HSV(B)17.65º16.83%79.22%-
XYZ47.3547.2243.67-
YUV184.04118.95140.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.86%
GREEN value IS 178 (69.92% from 255) = 32.48%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=36.86%
G=32.48%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20217816800.120.170.2117.6524.2972.55
HexCAB2A80C1115121849
Octal31226225001421252230111
Binary11001010101100101010100001100100011010110010110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB2A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB2A8; }

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

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

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

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

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

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

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

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