#CCB6AD

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

Shades of Clam Shell #CCB6AD

Tints of Clam Shell #CCB6AD

Color information

#CCB6AD (or 0xCCB6AD) is unknown color: approx Clam Shell. HEX triplet: CC, B6 and AD. RGB value is (204,182,173). Sum of RGB (Red+Green+Blue) = 204+182+173=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AD is #334952. Grayscale: #BBBBBB. Windows color (decimal): -3361107 or 11384524. OLE color: 11384524.

HSL color Cylindrical-coordinate representation of color #CCB6AD: hue angle of 17.42º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCB6AD is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204182173-
CMYK00.110.150.2
HSL17.42º23.31%73.92%-
HSV(B)17.42º15.2%80%-
XYZ49.1749.3146.46-
YUV187.55119.79139.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.49%
GREEN value IS 182 (71.48% from 255) = 32.56%
BLUE value IS 173 (67.97% from 255) = 30.95%
R=36.49%
G=32.56%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418217300.110.150.217.4223.3173.92
HexCCB6AD0BF1411174a
Octal31426625501317242127112
Binary1100110010110110101011010101111111010010001101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB6AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB6AD; }

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

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

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

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

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

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

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

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