#CDB6AE

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

Shades of Clam Shell #CDB6AE

Tints of Clam Shell #CDB6AE

Color information

#CDB6AE (or 0xCDB6AE) is unknown color: approx Clam Shell. HEX triplet: CD, B6 and AE. RGB value is (205,182,174). Sum of RGB (Red+Green+Blue) = 205+182+174=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 182 (71.48% from 255 or 32.44% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB6AE is #324951. Grayscale: #BCBCBC. Windows color (decimal): -3295570 or 11450061. OLE color: 11450061.

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

Color convert

RGB205182174-
CMYK00.110.150.20
HSL15.48º23.66%74.31%-
HSV(B)15.48º15.12%80.39%-
XYZ49.5449.4946.99-
YUV187.96120.12140.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 182 (71.48% from 255) = 32.44%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=36.54%
G=32.44%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518217400.110.150.2015.4823.6674.31
HexCDB6AE0BF14f184a
Octal31526625601317241730112
Binary110011011011011010101110010111111101001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB6AE; }

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

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

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

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

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

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

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

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