#CFAEA2

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

Shades of Clam Shell #CFAEA2

Tints of Clam Shell #CFAEA2

Color information

#CFAEA2 (or 0xCFAEA2) is unknown color: approx Clam Shell. HEX triplet: CF, AE and A2. RGB value is (207,174,162). Sum of RGB (Red+Green+Blue) = 207+174+162=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEA2 is #30515D. Grayscale: #B6B6B6. Windows color (decimal): -3166558 or 10661583. OLE color: 10661583.

HSL color Cylindrical-coordinate representation of color #CFAEA2: hue angle of 16º 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 #CFAEA2 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB207174162-
CMYK00.160.220.19
HSL16º31.91%72.35%-
HSV(B)16º21.74%81.18%-
XYZ47.3946.1540.59-
YUV182.5116.43145.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.12%
GREEN value IS 174 (68.36% from 255) = 32.04%
BLUE value IS 162 (63.67% from 255) = 29.83%
R=38.12%
G=32.04%
B=29.83%

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
Decimal20717416200.160.220.191631.9172.35
HexCFAEA20101613102048
Octal31725624202026232040110
Binary1100111110101110101000100100001011010011100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEA2; }

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

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

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

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

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

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

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

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