#CFAEA5

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

Shades of Clam Shell #CFAEA5

Tints of Clam Shell #CFAEA5

Color information

#CFAEA5 (or 0xCFAEA5) is unknown color: approx Clam Shell. HEX triplet: CF, AE and A5. RGB value is (207,174,165). Sum of RGB (Red+Green+Blue) = 207+174+165=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 174 (68.36% from 255 or 31.87% from 546); Blue value is 165 (64.84% from 255 or 30.22% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAEA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAEA5 is #30515A. Grayscale: #B6B6B6. Windows color (decimal): -3166555 or 10858191. OLE color: 10858191.

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

Color convert

RGB207174165-
CMYK00.160.200.19
HSL12.86º30.43%72.94%-
HSV(B)12.86º20.29%81.18%-
XYZ47.6646.2542.01-
YUV182.84117.93145.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.91%
GREEN value IS 174 (68.36% from 255) = 31.87%
BLUE value IS 165 (64.84% from 255) = 30.22%
R=37.91%
G=31.87%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717416500.160.200.1912.8630.4372.94
HexCFAEA50101413d1e49
Octal31725624502024231536111
Binary11001111101011101010010101000010100100111101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAEA5; }

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

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

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

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

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

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

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

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