#CDB6AD

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

Shades of Clam Shell #CDB6AD

Tints of Clam Shell #CDB6AD

Color information

#CDB6AD (or 0xCDB6AD) is unknown color: approx Clam Shell. HEX triplet: CD, B6 and AD. RGB value is (205,182,173). Sum of RGB (Red+Green+Blue) = 205+182+173=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 182 (71.48% from 255 or 32.5% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6AD is #324952. Grayscale: #BBBBBB. Windows color (decimal): -3295571 or 11384525. OLE color: 11384525.

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

Color convert

RGB205182173-
CMYK00.110.160.20
HSL16.88º24.24%74.12%-
HSV(B)16.88º15.61%80.39%-
XYZ49.4549.4546.47-
YUV187.85119.62140.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 182 (71.48% from 255) = 32.5%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=36.61%
G=32.5%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518217300.110.160.2016.8824.2474.12
HexCDB6AD0B101411184a
Octal31526625501320242130112
Binary11001101101101101010110101011100001010010001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6AD; }

 p { color: rgb(205,182,173); }

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

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

 a { background-color: rgb(205,182,173); }

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

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

 span { border-color: rgb(205,182,173); }

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