#CCB2AA

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

Shades of Clam Shell #CCB2AA

Tints of Clam Shell #CCB2AA

Color information

#CCB2AA (or 0xCCB2AA) is unknown color: approx Clam Shell. HEX triplet: CC, B2 and AA. RGB value is (204,178,170). Sum of RGB (Red+Green+Blue) = 204+178+170=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 178 (69.92% from 255 or 32.25% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AA is #334D55. Grayscale: #B8B8B8. Windows color (decimal): -3362134 or 11186892. OLE color: 11186892.

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

Color convert

RGB204178170-
CMYK00.130.170.2
HSL14.12º25%73.33%-
HSV(B)14.12º16.67%80%-
XYZ48.0847.5844.68-
YUV184.86119.61141.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 178 (69.92% from 255) = 32.25%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=36.96%
G=32.25%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417817000.130.170.214.122573.33
HexCCB2AA0D1114e1949
Octal31426225201521241631111
Binary1100110010110010101010100110110001101001110110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2AA; }

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

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

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

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

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

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

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

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