#CCB5AD

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

Shades of Clam Shell #CCB5AD

Tints of Clam Shell #CCB5AD

Color information

#CCB5AD (or 0xCCB5AD) is unknown color: approx Clam Shell. HEX triplet: CC, B5 and AD. RGB value is (204,181,173). Sum of RGB (Red+Green+Blue) = 204+181+173=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 181 (71.09% from 255 or 32.44% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB5AD is #334A52. Grayscale: #BBBBBB. Windows color (decimal): -3361363 or 11384268. OLE color: 11384268.

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

Color convert

RGB204181173-
CMYK00.110.150.2
HSL15.48º23.31%73.92%-
HSV(B)15.48º15.2%80%-
XYZ48.9748.946.39-
YUV186.96120.12140.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 181 (71.09% from 255) = 32.44%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=36.56%
G=32.44%
B=31.00%

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
Decimal20418117300.110.150.215.4823.3173.92
HexCCB5AD0BF14f174a
Octal31426525501317241727112
Binary110011001011010110101101010111111101001111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5AD; }

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

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

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

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

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

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

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

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