#CFADA2

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

Shades of Clam Shell #CFADA2

Tints of Clam Shell #CFADA2

Color information

#CFADA2 (or 0xCFADA2) is unknown color: approx Clam Shell. HEX triplet: CF, AD and A2. RGB value is (207,173,162). Sum of RGB (Red+Green+Blue) = 207+173+162=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 162 (63.67% from 255 or 29.89% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA2 is #30525D. Grayscale: #B5B5B5. Windows color (decimal): -3166814 or 10661327. OLE color: 10661327.

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

Color convert

RGB207173162-
CMYK00.160.220.19
HSL14.67º31.91%72.35%-
HSV(B)14.67º21.74%81.18%-
XYZ47.245.7640.53-
YUV181.91116.76145.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 173 (67.97% from 255) = 31.92%
BLUE value IS 162 (63.67% from 255) = 29.89%
R=38.19%
G=31.92%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717316200.160.220.1914.6731.9172.35
HexCFADA20101613f2048
Octal31725524202026231740110
Binary110011111010110110100010010000101101001111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADA2; }

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

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

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

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

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

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

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

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