#CDB4AD

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

Shades of Clam Shell #CDB4AD

Tints of Clam Shell #CDB4AD

Color information

#CDB4AD (or 0xCDB4AD) is unknown color: approx Clam Shell. HEX triplet: CD, B4 and AD. RGB value is (205,180,173). Sum of RGB (Red+Green+Blue) = 205+180+173=558 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.74% from 558); Green value is 180 (70.70% from 255 or 32.26% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4AD is #324B52. Grayscale: #BABABA. Windows color (decimal): -3296083 or 11384013. OLE color: 11384013.

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

Color convert

RGB205180173-
CMYK00.120.160.20
HSL13.13º24.24%74.12%-
HSV(B)13.13º15.61%80.39%-
XYZ49.0448.6446.34-
YUV186.68120.28141.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.74%
GREEN value IS 180 (70.70% from 255) = 32.26%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=36.74%
G=32.26%
B=31.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518017300.120.160.2013.1324.2474.12
HexCDB4AD0C1014d184a
Octal31526425501420241530112
Binary1100110110110100101011010110010000101001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4AD; }

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

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

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

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

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

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

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

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