#CCB3A7

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

Shades of Clam Shell #CCB3A7

Tints of Clam Shell #CCB3A7

Color information

#CCB3A7 (or 0xCCB3A7) is unknown color: approx Clam Shell. HEX triplet: CC, B3 and A7. RGB value is (204,179,167). Sum of RGB (Red+Green+Blue) = 204+179+167=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 179 (70.31% from 255 or 32.55% from 550); Blue value is 167 (65.62% from 255 or 30.36% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3A7 is #334C58. Grayscale: #B9B9B9. Windows color (decimal): -3361881 or 10990540. OLE color: 10990540.

HSL color Cylindrical-coordinate representation of color #CCB3A7: hue angle of 19.46º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB3A7 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB204179167-
CMYK00.120.180.2
HSL19.46º26.62%72.75%-
HSV(B)19.46º18.14%80%-
XYZ4847.8743.27-
YUV185.11117.78141.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.09%
GREEN value IS 179 (70.31% from 255) = 32.55%
BLUE value IS 167 (65.62% from 255) = 30.36%
R=37.09%
G=32.55%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417916700.120.180.219.4626.6272.75
HexCCB3A70C1214131b49
Octal31426324701422242333111
Binary11001100101100111010011101100100101010010011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3A7; }

 p { color: rgb(204,179,167); }

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

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

 a { background-color: rgb(204,179,167); }

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

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

 span { border-color: rgb(204,179,167); }

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