#CDB1AA

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

Shades of Clam Shell #CDB1AA

Tints of Clam Shell #CDB1AA

Color information

#CDB1AA (or 0xCDB1AA) is unknown color: approx Clam Shell. HEX triplet: CD, B1 and AA. RGB value is (205,177,170). Sum of RGB (Red+Green+Blue) = 205+177+170=552 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.14% from 552); Green value is 177 (69.53% from 255 or 32.07% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AA is #324E55. Grayscale: #B8B8B8. Windows color (decimal): -3296854 or 11186637. OLE color: 11186637.

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

Color convert

RGB205177170-
CMYK00.140.170.20
HSL12º25.93%73.53%-
HSV(B)12º17.07%80.39%-
XYZ48.1547.3344.63-
YUV184.57119.78142.57-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.14%
GREEN value IS 177 (69.53% from 255) = 32.07%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=37.14%
G=32.07%
B=30.80%

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
Decimal20517717000.140.170.201225.9373.53
HexCDB1AA0E1114c1a4a
Octal31526125201621241432112
Binary1100110110110001101010100111010001101001100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1AA; }

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

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

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

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

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

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

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

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