#CCB4AD

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

Shades of Clam Shell #CCB4AD

Tints of Clam Shell #CCB4AD

Color information

#CCB4AD (or 0xCCB4AD) is unknown color: approx Clam Shell. HEX triplet: CC, B4 and AD. RGB value is (204,180,173). Sum of RGB (Red+Green+Blue) = 204+180+173=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 180 (70.70% from 255 or 32.32% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB4AD is #334B52. Grayscale: #BABABA. Windows color (decimal): -3361619 or 11384012. OLE color: 11384012.

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

Color convert

RGB204180173-
CMYK00.120.150.2
HSL13.55º23.31%73.92%-
HSV(B)13.55º15.2%80%-
XYZ48.7748.546.33-
YUV186.38120.45140.57-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 180 (70.70% from 255) = 32.32%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=36.62%
G=32.32%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418017300.120.150.213.5523.3173.92
HexCCB4AD0CF14e174a
Octal31426425501417241627112
Binary110011001011010010101101011001111101001110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB4AD; }

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

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

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

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

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

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

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

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