#CCB6AA

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

Shades of Clam Shell #CCB6AA

Tints of Clam Shell #CCB6AA

Color information

#CCB6AA (or 0xCCB6AA) is unknown color: approx Clam Shell. HEX triplet: CC, B6 and AA. RGB value is (204,182,170). Sum of RGB (Red+Green+Blue) = 204+182+170=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AA is #334955. Grayscale: #BBBBBB. Windows color (decimal): -3361110 or 11187916. OLE color: 11187916.

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

Color convert

RGB204182170-
CMYK00.110.170.2
HSL21.18º25%73.33%-
HSV(B)21.18º16.67%80%-
XYZ48.8949.244.95-
YUV187.21118.29139.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 182 (71.48% from 255) = 32.73%
BLUE value IS 170 (66.80% from 255) = 30.58%
R=36.69%
G=32.73%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418217000.110.170.221.182573.33
HexCCB6AA0B1114151949
Octal31426625201321242531111
Binary11001100101101101010101001011100011010010101110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6AA; }

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

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

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

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

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

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

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

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