#CDB0AA

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

Shades of Clam Shell #CDB0AA

Tints of Clam Shell #CDB0AA

Color information

#CDB0AA (or 0xCDB0AA) is unknown color: approx Clam Shell. HEX triplet: CD, B0 and AA. RGB value is (205,176,170). Sum of RGB (Red+Green+Blue) = 205+176+170=551 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.21% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB0AA is #324F55. Grayscale: #B8B8B8. Windows color (decimal): -3297110 or 11186381. OLE color: 11186381.

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

Color convert

RGB205176170-
CMYK00.140.170.20
HSL10.29º25.93%73.53%-
HSV(B)10.29º17.07%80.39%-
XYZ47.9646.9344.56-
YUV183.99120.11142.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.21%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 170 (66.80% from 255) = 30.85%
R=37.21%
G=31.94%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517617000.140.170.2010.2925.9373.53
HexCDB0AA0E1114a1a4a
Octal31526025201621241232112
Binary1100110110110000101010100111010001101001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB0AA; }

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

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

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

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

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

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

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

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