#CCB3AA

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

Shades of Clam Shell #CCB3AA

Tints of Clam Shell #CCB3AA

Color information

#CCB3AA (or 0xCCB3AA) is unknown color: approx Clam Shell. HEX triplet: CC, B3 and AA. RGB value is (204,179,170). Sum of RGB (Red+Green+Blue) = 204+179+170=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 179 (70.31% from 255 or 32.37% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AA is #334C55. Grayscale: #B9B9B9. Windows color (decimal): -3361878 or 11187148. OLE color: 11187148.

HSL color Cylindrical-coordinate representation of color #CCB3AA: hue angle of 15.88º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB3AA is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB204179170-
CMYK00.120.170.2
HSL15.88º25%73.33%-
HSV(B)15.88º16.67%80%-
XYZ48.2847.9844.75-
YUV185.45119.28141.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 179 (70.31% from 255) = 32.37%
BLUE value IS 170 (66.80% from 255) = 30.74%
R=36.89%
G=32.37%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417917000.120.170.215.882573.33
HexCCB3AA0C1114101949
Octal31426325201421242031111
Binary11001100101100111010101001100100011010010000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3AA; }

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

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

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

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

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

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

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

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