#CCB5AA

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

Shades of Clam Shell #CCB5AA

Tints of Clam Shell #CCB5AA

Color information

#CCB5AA (or 0xCCB5AA) is unknown color: approx Clam Shell. HEX triplet: CC, B5 and AA. RGB value is (204,181,170). Sum of RGB (Red+Green+Blue) = 204+181+170=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 181 (71.09% from 255 or 32.61% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AA is #334A55. Grayscale: #BABABA. Windows color (decimal): -3361366 or 11187660. OLE color: 11187660.

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

Color convert

RGB204181170-
CMYK00.110.170.2
HSL19.41º25%73.33%-
HSV(B)19.41º16.67%80%-
XYZ48.6848.7944.88-
YUV186.62118.62140.39-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.76%
GREEN value IS 181 (71.09% from 255) = 32.61%
BLUE value IS 170 (66.80% from 255) = 30.63%
R=36.76%
G=32.61%
B=30.63%

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
Decimal20418117000.110.170.219.412573.33
HexCCB5AA0B1114131949
Octal31426525201321242331111
Binary11001100101101011010101001011100011010010011110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5AA; }

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

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

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

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

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

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

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

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