#CDB4AB

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

Shades of Clam Shell #CDB4AB

Tints of Clam Shell #CDB4AB

Color information

#CDB4AB (or 0xCDB4AB) is unknown color: approx Clam Shell. HEX triplet: CD, B4 and AB. RGB value is (205,180,171). Sum of RGB (Red+Green+Blue) = 205+180+171=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 180 (70.70% from 255 or 32.37% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4AB is #324B54. Grayscale: #BABABA. Windows color (decimal): -3296085 or 11252941. OLE color: 11252941.

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

Color convert

RGB205180171-
CMYK00.120.170.20
HSL15.88º25.37%73.73%-
HSV(B)15.88º16.59%80.39%-
XYZ48.8548.5645.33-
YUV186.45119.28141.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 180 (70.70% from 255) = 32.37%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=36.87%
G=32.37%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518017100.120.170.2015.8825.3773.73
HexCDB4AB0C111410194a
Octal31526425301421242031112
Binary11001101101101001010101101100100011010010000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4AB; }

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

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

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

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

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

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

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

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