#CDB4AA

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

Shades of Clam Shell #CDB4AA

Tints of Clam Shell #CDB4AA

Color information

#CDB4AA (or 0xCDB4AA) is unknown color: approx Clam Shell. HEX triplet: CD, B4 and AA. RGB value is (205,180,170). Sum of RGB (Red+Green+Blue) = 205+180+170=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 180 (70.70% from 255 or 32.43% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB4AA is #324B55. Grayscale: #BABABA. Windows color (decimal): -3296086 or 11187405. OLE color: 11187405.

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

Color convert

RGB205180170-
CMYK00.120.170.20
HSL17.14º25.93%73.53%-
HSV(B)17.14º17.07%80.39%-
XYZ48.7548.5244.83-
YUV186.33118.78141.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.94%
GREEN value IS 180 (70.70% from 255) = 32.43%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=36.94%
G=32.43%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20518017000.120.170.2017.1425.9373.53
HexCDB4AA0C1114111a4a
Octal31526425201421242132112
Binary11001101101101001010101001100100011010010001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB4AA; }

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

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

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

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

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

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

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

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