#CCB5AC

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

Shades of Clam Shell #CCB5AC

Tints of Clam Shell #CCB5AC

Color information

#CCB5AC (or 0xCCB5AC) is unknown color: approx Clam Shell. HEX triplet: CC, B5 and AC. RGB value is (204,181,172). Sum of RGB (Red+Green+Blue) = 204+181+172=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 181 (71.09% from 255 or 32.50% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AC is #334A53. Grayscale: #BABABA. Windows color (decimal): -3361364 or 11318732. OLE color: 11318732.

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

Color convert

RGB204181172-
CMYK00.110.160.2
HSL16.88º23.88%73.73%-
HSV(B)16.88º15.69%80%-
XYZ48.8748.8645.89-
YUV186.85119.62140.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 181 (71.09% from 255) = 32.50%
BLUE value IS 172 (67.58% from 255) = 30.88%
R=36.62%
G=32.50%
B=30.88%

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
Decimal20418117200.110.160.216.8823.8873.73
HexCCB5AC0B101411184a
Octal31426525401320242130112
Binary11001100101101011010110001011100001010010001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5AC; }

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

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

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

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

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

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

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

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