#CCB5A7

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

Shades of Clam Shell #CCB5A7

Tints of Clam Shell #CCB5A7

Color information

#CCB5A7 (or 0xCCB5A7) is unknown color: approx Clam Shell. HEX triplet: CC, B5 and A7. RGB value is (204,181,167). Sum of RGB (Red+Green+Blue) = 204+181+167=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 167 (65.62% from 255 or 30.25% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5A7 is #334A58. Grayscale: #BABABA. Windows color (decimal): -3361369 or 10991052. OLE color: 10991052.

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

Color convert

RGB204181167-
CMYK00.110.180.2
HSL22.7º26.62%72.75%-
HSV(B)22.7º18.14%80%-
XYZ48.448.6843.4-
YUV186.28117.12140.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 167 (65.62% from 255) = 30.25%
R=36.96%
G=32.79%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418116700.110.180.222.726.6272.75
HexCCB5A70B1214171b49
Octal31426524701322242733111
Binary11001100101101011010011101011100101010010111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5A7; }

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

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

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

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

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

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

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

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