#CFADA0

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

Shades of Clam Shell #CFADA0

Tints of Clam Shell #CFADA0

Color information

#CFADA0 (or 0xCFADA0) is unknown color: approx Clam Shell. HEX triplet: CF, AD and A0. RGB value is (207,173,160). Sum of RGB (Red+Green+Blue) = 207+173+160=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 160 (62.89% from 255 or 29.63% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA0 is #30525F. Grayscale: #B5B5B5. Windows color (decimal): -3166816 or 10530255. OLE color: 10530255.

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

Color convert

RGB207173160-
CMYK00.160.230.19
HSL16.6º32.87%71.96%-
HSV(B)16.6º22.71%81.18%-
XYZ47.0245.6939.6-
YUV181.68115.76146.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 173 (67.97% from 255) = 32.04%
BLUE value IS 160 (62.89% from 255) = 29.63%
R=38.33%
G=32.04%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717316000.160.230.1916.632.8771.96
HexCFADA00101713112148
Octal31725524002027232141110
Binary1100111110101101101000000100001011110011100011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADA0; }

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

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

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

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

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

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

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

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