#CDB2AB

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

Shades of Clam Shell #CDB2AB

Tints of Clam Shell #CDB2AB

Color information

#CDB2AB (or 0xCDB2AB) is unknown color: approx Clam Shell. HEX triplet: CD, B2 and AB. RGB value is (205,178,171). Sum of RGB (Red+Green+Blue) = 205+178+171=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AB is #324D54. Grayscale: #B9B9B9. Windows color (decimal): -3296597 or 11252429. OLE color: 11252429.

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

Color convert

RGB205178171-
CMYK00.130.170.20
HSL12.35º25.37%73.73%-
HSV(B)12.35º16.59%80.39%-
XYZ48.4547.7645.19-
YUV185.27119.95142.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 171 (67.19% from 255) = 30.87%
R=37.00%
G=32.13%
B=30.87%

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
Decimal20517817100.130.170.2012.3525.3773.73
HexCDB2AB0D1114c194a
Octal31526225301521241431112
Binary1100110110110010101010110110110001101001100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2AB; }

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

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

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

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

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

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

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

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