#CDB0A5

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

Shades of Clam Shell #CDB0A5

Tints of Clam Shell #CDB0A5

Color information

#CDB0A5 (or 0xCDB0A5) is unknown color: approx Clam Shell. HEX triplet: CD, B0 and A5. RGB value is (205,176,165). Sum of RGB (Red+Green+Blue) = 205+176+165=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0A5 is #324F5A. Grayscale: #B7B7B7. Windows color (decimal): -3297115 or 10858701. OLE color: 10858701.

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

Color convert

RGB205176165-
CMYK00.140.200.20
HSL16.5º28.57%72.55%-
HSV(B)16.5º19.51%80.39%-
XYZ47.4946.7542.12-
YUV183.42117.61143.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.55%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=37.55%
G=32.23%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517616500.140.200.2016.528.5772.55
HexCDB0A50E1414111d49
Octal31526024501624242135111
Binary11001101101100001010010101110101001010010001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0A5; }

 p { color: rgb(205,176,165); }

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

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

 a { background-color: rgb(205,176,165); }

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

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

 span { border-color: rgb(205,176,165); }

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