#CDB5AE

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

Shades of Clam Shell #CDB5AE

Tints of Clam Shell #CDB5AE

Color information

#CDB5AE (or 0xCDB5AE) is unknown color: approx Clam Shell. HEX triplet: CD, B5 and AE. RGB value is (205,181,174). Sum of RGB (Red+Green+Blue) = 205+181+174=560 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.61% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB5AE is #324A51. Grayscale: #BBBBBB. Windows color (decimal): -3295826 or 11449805. OLE color: 11449805.

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

Color convert

RGB205181174-
CMYK00.120.150.20
HSL13.55º23.66%74.31%-
HSV(B)13.55º15.12%80.39%-
XYZ49.3449.0846.92-
YUV187.38120.45140.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.61%
GREEN value IS 181 (71.09% from 255) = 32.32%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=36.61%
G=32.32%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518117400.120.150.2013.5523.6674.31
HexCDB5AE0CF14e184a
Octal31526525601417241630112
Binary110011011011010110101110011001111101001110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB5AE; }

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

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

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

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

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

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

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

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