#CDB5AA

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

Shades of Clam Shell #CDB5AA

Tints of Clam Shell #CDB5AA

Color information

#CDB5AA (or 0xCDB5AA) is unknown color: approx Clam Shell. HEX triplet: CD, B5 and AA. RGB value is (205,181,170). Sum of RGB (Red+Green+Blue) = 205+181+170=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5AA is #324A55. Grayscale: #BABABA. Windows color (decimal): -3295830 or 11187661. OLE color: 11187661.

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

Color convert

RGB205181170-
CMYK00.120.170.20
HSL18.86º25.93%73.53%-
HSV(B)18.86º17.07%80.39%-
XYZ48.9648.9344.89-
YUV186.92118.45140.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.87%
GREEN value IS 181 (71.09% from 255) = 32.55%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=36.87%
G=32.55%
B=30.58%

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
Decimal20518117000.120.170.2018.8625.9373.53
HexCDB5AA0C1114131a4a
Octal31526525201421242332112
Binary11001101101101011010101001100100011010010011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5AA; }

 p { color: rgb(205,181,170); }

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

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

 a { background-color: rgb(205,181,170); }

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

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

 span { border-color: rgb(205,181,170); }

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