#CCB3AC

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

Shades of Clam Shell #CCB3AC

Tints of Clam Shell #CCB3AC

Color information

#CCB3AC (or 0xCCB3AC) is unknown color: approx Clam Shell. HEX triplet: CC, B3 and AC. RGB value is (204,179,172). Sum of RGB (Red+Green+Blue) = 204+179+172=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 179 (70.31% from 255 or 32.25% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3AC is #334C53. Grayscale: #B9B9B9. Windows color (decimal): -3361876 or 11318220. OLE color: 11318220.

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

Color convert

RGB204179172-
CMYK00.120.160.2
HSL13.13º23.88%73.73%-
HSV(B)13.13º15.69%80%-
XYZ48.4748.0645.75-
YUV185.68120.28141.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 179 (70.31% from 255) = 32.25%
BLUE value IS 172 (67.58% from 255) = 30.99%
R=36.76%
G=32.25%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417917200.120.160.213.1323.8873.73
HexCCB3AC0C1014d184a
Octal31426325401420241530112
Binary1100110010110011101011000110010000101001101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3AC; }

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

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

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

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

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

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

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

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