#CFAEA4

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

Shades of Clam Shell #CFAEA4

Tints of Clam Shell #CFAEA4

Color information

#CFAEA4 (or 0xCFAEA4) is unknown color: approx Clam Shell. HEX triplet: CF, AE and A4. RGB value is (207,174,164). Sum of RGB (Red+Green+Blue) = 207+174+164=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 174 (68.36% from 255 or 31.93% from 545); Blue value is 164 (64.45% from 255 or 30.09% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEA4 is #30515B. Grayscale: #B6B6B6. Windows color (decimal): -3166556 or 10792655. OLE color: 10792655.

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

Color convert

RGB207174164-
CMYK00.160.210.19
HSL13.95º30.94%72.75%-
HSV(B)13.95º20.77%81.18%-
XYZ47.5746.2241.54-
YUV182.73117.43145.31-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.98%
GREEN value IS 174 (68.36% from 255) = 31.93%
BLUE value IS 164 (64.45% from 255) = 30.09%
R=37.98%
G=31.93%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717416400.160.210.1913.9530.9472.75
HexCFAEA40101513e1f49
Octal31725624402025231637111
Binary11001111101011101010010001000010101100111110111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEA4; }

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

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

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

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

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

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

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

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