#CDB3AB

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

Shades of Clam Shell #CDB3AB

Tints of Clam Shell #CDB3AB

Color information

#CDB3AB (or 0xCDB3AB) is unknown color: approx Clam Shell. HEX triplet: CD, B3 and AB. RGB value is (205,179,171). Sum of RGB (Red+Green+Blue) = 205+179+171=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3AB is #324C54. Grayscale: #B9B9B9. Windows color (decimal): -3296341 or 11252685. OLE color: 11252685.

HSL color Cylindrical-coordinate representation of color #CDB3AB: hue angle of 14.12º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB3AB is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205179171-
CMYK00.130.170.20
HSL14.12º25.37%73.73%-
HSV(B)14.12º16.59%80.39%-
XYZ48.6548.1645.26-
YUV185.86119.61141.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 171 (67.19% from 255) = 30.81%
R=36.94%
G=32.25%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517917100.130.170.2014.1225.3773.73
HexCDB3AB0D1114e194a
Octal31526325301521241631112
Binary1100110110110011101010110110110001101001110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3AB; }

 p { color: rgb(205,179,171); }

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

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

 a { background-color: rgb(205,179,171); }

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

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

 span { border-color: rgb(205,179,171); }

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