#CAB0A3

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

Shades of Clam Shell #CAB0A3

Tints of Clam Shell #CAB0A3

Color information

#CAB0A3 (or 0xCAB0A3) is unknown color: approx Clam Shell. HEX triplet: CA, B0 and A3. RGB value is (202,176,163). Sum of RGB (Red+Green+Blue) = 202+176+163=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB0A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB0A3 is #354F5C. Grayscale: #B6B6B6. Windows color (decimal): -3493725 or 10727626. OLE color: 10727626.

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

Color convert

RGB202176163-
CMYK00.130.190.21
HSL20º26.9%71.57%-
HSV(B)20º19.31%79.22%-
XYZ46.4946.2541.13-
YUV182.29117.11142.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.34%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 163 (64.06% from 255) = 30.13%
R=37.34%
G=32.53%
B=30.13%

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
Decimal20217616300.130.190.212026.971.57
HexCAB0A30D1315141b48
Octal31226024301523252433110
Binary11001010101100001010001101101100111010110100110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0A3; }

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

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

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

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

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

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

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

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