#CCB2AC

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

Shades of Clam Shell #CCB2AC

Tints of Clam Shell #CCB2AC

Color information

#CCB2AC (or 0xCCB2AC) is unknown color: approx Clam Shell. HEX triplet: CC, B2 and AC. RGB value is (204,178,172). Sum of RGB (Red+Green+Blue) = 204+178+172=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AC is #334D53. Grayscale: #B9B9B9. Windows color (decimal): -3362132 or 11317964. OLE color: 11317964.

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

Color convert

RGB204178172-
CMYK00.130.160.2
HSL11.25º23.88%73.73%-
HSV(B)11.25º15.69%80%-
XYZ48.2747.6645.68-
YUV185.09120.61141.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.82%
GREEN value IS 178 (69.92% from 255) = 32.13%
BLUE value IS 172 (67.58% from 255) = 31.05%
R=36.82%
G=32.13%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417817200.130.160.211.2523.8873.73
HexCCB2AC0D1014b184a
Octal31426225401520241330112
Binary1100110010110010101011000110110000101001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2AC; }

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

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

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

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

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

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

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

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