#CDB7A9

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

Shades of Clam Shell #CDB7A9

Tints of Clam Shell #CDB7A9

Color information

#CDB7A9 (or 0xCDB7A9) is unknown color: approx Clam Shell. HEX triplet: CD, B7 and A9. RGB value is (205,183,169). Sum of RGB (Red+Green+Blue) = 205+183+169=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB7A9 is #324856. Grayscale: #BCBCBC. Windows color (decimal): -3295319 or 11122637. OLE color: 11122637.

HSL color Cylindrical-coordinate representation of color #CDB7A9: hue angle of 23.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDB7A9 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB205183169-
CMYK00.110.180.20
HSL23.33º26.47%73.33%-
HSV(B)23.33º17.56%80.39%-
XYZ49.2749.7144.53-
YUV187.98117.29140.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.80%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 169 (66.41% from 255) = 30.34%
R=36.80%
G=32.85%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518316900.110.180.2023.3326.4773.33
HexCDB7A90B1214171a49
Octal31526725101322242732111
Binary11001101101101111010100101011100101010010111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB7A9; }

 p { color: rgb(205,183,169); }

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

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

 a { background-color: rgb(205,183,169); }

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

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

 span { border-color: rgb(205,183,169); }

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