#CCB0AA

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

Shades of Clam Shell #CCB0AA

Tints of Clam Shell #CCB0AA

Color information

#CCB0AA (or 0xCCB0AA) is unknown color: approx Clam Shell. HEX triplet: CC, B0 and AA. RGB value is (204,176,170). Sum of RGB (Red+Green+Blue) = 204+176+170=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AA is #334F55. Grayscale: #B7B7B7. Windows color (decimal): -3362646 or 11186380. OLE color: 11186380.

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

Color convert

RGB204176170-
CMYK00.140.170.2
HSL10.59º25%73.33%-
HSV(B)10.59º16.67%80%-
XYZ47.6846.7944.55-
YUV183.69120.28142.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=37.09%
G=32%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417617000.140.170.210.592573.33
HexCCB0AA0E1114b1949
Octal31426025201621241331111
Binary1100110010110000101010100111010001101001011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0AA; }

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

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

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

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

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

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

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

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