#CCADA8

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

Shades of Clam Shell #CCADA8

Tints of Clam Shell #CCADA8

Color information

#CCADA8 (or 0xCCADA8) is unknown color: approx Clam Shell. HEX triplet: CC, AD and A8. RGB value is (204,173,168). Sum of RGB (Red+Green+Blue) = 204+173+168=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 173 (67.97% from 255 or 31.74% from 545); Blue value is 168 (66.02% from 255 or 30.83% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADA8 is #335257. Grayscale: #B5B5B5. Windows color (decimal): -3363416 or 11054540. OLE color: 11054540.

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

Color convert

RGB204173168-
CMYK00.150.180.2
HSL8.33º26.09%72.94%-
HSV(B)8.33º17.65%80%-
XYZ46.9145.5543.37-
YUV181.7120.27143.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.43%
GREEN value IS 173 (67.97% from 255) = 31.74%
BLUE value IS 168 (66.02% from 255) = 30.83%
R=37.43%
G=31.74%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417316800.150.180.28.3326.0972.94
HexCCADA80F121481a49
Octal31425525001722241032111
Binary1100110010101101101010000111110010101001000110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADA8; }

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

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

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

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

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

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

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

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