#CDB2AA

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

Shades of Clam Shell #CDB2AA

Tints of Clam Shell #CDB2AA

Color information

#CDB2AA (or 0xCDB2AA) is unknown color: approx Clam Shell. HEX triplet: CD, B2 and AA. RGB value is (205,178,170). Sum of RGB (Red+Green+Blue) = 205+178+170=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB2AA is #324D55. Grayscale: #B9B9B9. Windows color (decimal): -3296598 or 11186893. OLE color: 11186893.

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

Color convert

RGB205178170-
CMYK00.130.170.20
HSL13.71º25.93%73.53%-
HSV(B)13.71º17.07%80.39%-
XYZ48.3547.7244.69-
YUV185.16119.45142.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 178 (69.92% from 255) = 32.19%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=37.07%
G=32.19%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517817000.130.170.2013.7125.9373.53
HexCDB2AA0D1114e1a4a
Octal31526225201521241632112
Binary1100110110110010101010100110110001101001110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB2AA; }

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

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

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

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

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

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

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

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