#CCB6AC

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

Shades of Clam Shell #CCB6AC

Tints of Clam Shell #CCB6AC

Color information

#CCB6AC (or 0xCCB6AC) is unknown color: approx Clam Shell. HEX triplet: CC, B6 and AC. RGB value is (204,182,172). Sum of RGB (Red+Green+Blue) = 204+182+172=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AC is #334953. Grayscale: #BBBBBB. Windows color (decimal): -3361108 or 11318988. OLE color: 11318988.

HSL color Cylindrical-coordinate representation of color #CCB6AC: hue angle of 18.75º 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 #CCB6AC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB204182172-
CMYK00.110.160.2
HSL18.75º23.88%73.73%-
HSV(B)18.75º15.69%80%-
XYZ49.0849.2745.95-
YUV187.44119.29139.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 182 (71.48% from 255) = 32.62%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=36.56%
G=32.62%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418217200.110.160.218.7523.8873.73
HexCCB6AC0B101413184a
Octal31426625401320242330112
Binary11001100101101101010110001011100001010010011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6AC; }

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

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

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

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

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

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

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

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