#CAB4AA

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

Shades of Clam Shell #CAB4AA

Tints of Clam Shell #CAB4AA

Color information

#CAB4AA (or 0xCAB4AA) is unknown color: approx Clam Shell. HEX triplet: CA, B4 and AA. RGB value is (202,180,170). Sum of RGB (Red+Green+Blue) = 202+180+170=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB4AA is #354B55. Grayscale: #B9B9B9. Windows color (decimal): -3492694 or 11187402. OLE color: 11187402.

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

Color convert

RGB202180170-
CMYK00.110.160.21
HSL18.75º23.19%72.94%-
HSV(B)18.75º15.84%79.22%-
XYZ47.9348.144.79-
YUV185.44119.29139.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.59%
GREEN value IS 180 (70.70% from 255) = 32.61%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=36.59%
G=32.61%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218017000.110.160.2118.7523.1972.94
HexCAB4AA0B1015131749
Octal31226425201320252327111
Binary11001010101101001010101001011100001010110011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB4AA; }

 p { color: rgb(202,180,170); }

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

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

 a { background-color: rgb(202,180,170); }

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

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

 span { border-color: rgb(202,180,170); }

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