#CDB2A4

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

Shades of Clam Shell #CDB2A4

Tints of Clam Shell #CDB2A4

Color information

#CDB2A4 (or 0xCDB2A4) is unknown color: approx Clam Shell. HEX triplet: CD, B2 and A4. RGB value is (205,178,164). Sum of RGB (Red+Green+Blue) = 205+178+164=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 178 (69.92% from 255 or 32.54% from 547); Blue value is 164 (64.45% from 255 or 29.98% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2A4 is #324D5B. Grayscale: #B8B8B8. Windows color (decimal): -3296604 or 10793677. OLE color: 10793677.

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

Color convert

RGB205178164-
CMYK00.130.20.20
HSL20.49º29.08%72.35%-
HSV(B)20.49º20%80.39%-
XYZ47.847.541.77-
YUV184.48116.45142.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 178 (69.92% from 255) = 32.54%
BLUE value IS 164 (64.45% from 255) = 29.98%
R=37.48%
G=32.54%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517816400.130.20.2020.4929.0872.35
HexCDB2A40D1414141d48
Octal31526224401524242435110
Binary11001101101100101010010001101101001010010100111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2A4; }

 p { color: rgb(205,178,164); }

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

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

 a { background-color: rgb(205,178,164); }

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

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

 span { border-color: rgb(205,178,164); }

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