#CDB3AA

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

Shades of Clam Shell #CDB3AA

Tints of Clam Shell #CDB3AA

Color information

#CDB3AA (or 0xCDB3AA) is unknown color: approx Clam Shell. HEX triplet: CD, B3 and AA. RGB value is (205,179,170). Sum of RGB (Red+Green+Blue) = 205+179+170=554 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.00% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB3AA is #324C55. Grayscale: #B9B9B9. Windows color (decimal): -3296342 or 11187149. OLE color: 11187149.

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

Color convert

RGB205179170-
CMYK00.130.170.20
HSL15.43º25.93%73.53%-
HSV(B)15.43º17.07%80.39%-
XYZ48.5548.1244.76-
YUV185.75119.11141.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.00%
GREEN value IS 179 (70.31% from 255) = 32.31%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=37.00%
G=32.31%
B=30.69%

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
Decimal20517917000.130.170.2015.4325.9373.53
HexCDB3AA0D1114f1a4a
Octal31526325201521241732112
Binary1100110110110011101010100110110001101001111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB3AA; }

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

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

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

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

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

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

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

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