#CDB3AD

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

Shades of Clam Shell #CDB3AD

Tints of Clam Shell #CDB3AD

Color information

#CDB3AD (or 0xCDB3AD) is unknown color: approx Clam Shell. HEX triplet: CD, B3 and AD. RGB value is (205,179,173). Sum of RGB (Red+Green+Blue) = 205+179+173=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 179 (70.31% from 255 or 32.14% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3AD is #324C52. Grayscale: #BABABA. Windows color (decimal): -3296339 or 11383757. OLE color: 11383757.

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

Color convert

RGB205179173-
CMYK00.130.160.20
HSL11.25º24.24%74.12%-
HSV(B)11.25º15.61%80.39%-
XYZ48.8448.2446.27-
YUV186.09120.61141.49-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 179 (70.31% from 255) = 32.14%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=36.80%
G=32.14%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517917300.130.160.2011.2524.2474.12
HexCDB3AD0D1014b184a
Octal31526325501520241330112
Binary1100110110110011101011010110110000101001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3AD; }

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

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

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

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

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

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

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

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