#CFADA7

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

Shades of Clam Shell #CFADA7

Tints of Clam Shell #CFADA7

Color information

#CFADA7 (or 0xCFADA7) is unknown color: approx Clam Shell. HEX triplet: CF, AD and A7. RGB value is (207,173,167). Sum of RGB (Red+Green+Blue) = 207+173+167=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA7 is #305258. Grayscale: #B6B6B6. Windows color (decimal): -3166809 or 10989007. OLE color: 10989007.

HSL color Cylindrical-coordinate representation of color #CFADA7: hue angle of 9º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFADA7 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB207173167-
CMYK00.160.190.19
HSL29.41%73.33%-
HSV(B)19.32%81.18%-
XYZ47.6545.9442.92-
YUV182.48119.26145.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.84%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=37.84%
G=31.63%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717316700.160.190.19929.4173.33
HexCFADA7010131391d49
Octal31725524702023231135111
Binary11001111101011011010011101000010011100111001111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADA7; }

 p { color: rgb(207,173,167); }

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

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

 a { background-color: rgb(207,173,167); }

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

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

 span { border-color: rgb(207,173,167); }

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