#CDB1AB

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

Shades of Clam Shell #CDB1AB

Tints of Clam Shell #CDB1AB

Color information

#CDB1AB (or 0xCDB1AB) is unknown color: approx Clam Shell. HEX triplet: CD, B1 and AB. RGB value is (205,177,171). Sum of RGB (Red+Green+Blue) = 205+177+171=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AB is #324E54. Grayscale: #B8B8B8. Windows color (decimal): -3296853 or 11252173. OLE color: 11252173.

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

Color convert

RGB205177171-
CMYK00.140.170.20
HSL10.59º25.37%73.73%-
HSV(B)10.59º16.59%80.39%-
XYZ48.2547.3645.13-
YUV184.69120.28142.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=37.07%
G=32.01%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517717100.140.170.2010.5925.3773.73
HexCDB1AB0E1114b194a
Octal31526125301621241331112
Binary1100110110110001101010110111010001101001011110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1AB; }

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

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

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

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

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

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

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

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