#CFADA8

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

Shades of Clam Shell #CFADA8

Tints of Clam Shell #CFADA8

Color information

#CFADA8 (or 0xCFADA8) is unknown color: approx Clam Shell. HEX triplet: CF, AD and A8. RGB value is (207,173,168). Sum of RGB (Red+Green+Blue) = 207+173+168=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADA8 is #305257. Grayscale: #B6B6B6. Windows color (decimal): -3166808 or 11054543. OLE color: 11054543.

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

Color convert

RGB207173168-
CMYK00.160.190.19
HSL7.69º28.89%73.53%-
HSV(B)7.69º18.84%81.18%-
XYZ47.7445.9843.4-
YUV182.6119.76145.41-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.77%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 168 (66.02% from 255) = 30.66%
R=37.77%
G=31.57%
B=30.66%

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
Decimal20717316800.160.190.197.6928.8973.53
HexCFADA8010131381d4a
Octal31725525002023231035112
Binary11001111101011011010100001000010011100111000111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADA8; }

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

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

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

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

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

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

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

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