#CFA1AE

Color #CFA1AE Careys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Careys Pink #CFA1AE

Tints of Careys Pink #CFA1AE

Color information

#CFA1AE (or 0xCFA1AE) is unknown color: approx Careys Pink. HEX triplet: CF, A1 and AE. RGB value is (207,161,174). Sum of RGB (Red+Green+Blue) = 207+161+174=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 161 (63.28% from 255 or 29.70% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1AE is #305E51. Grayscale: #B0B0B0. Windows color (decimal): -3169874 or 11444687. OLE color: 11444687.

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

Color convert

RGB207161174-
CMYK00.220.160.19
HSL343.04º32.39%72.16%-
HSV(B)343.04º22.22%81.18%-
XYZ46.1241.8145.68-
YUV176.24126.74149.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.19%
GREEN value IS 161 (63.28% from 255) = 29.70%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=38.19%
G=29.70%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716117400.220.160.19343.0432.3972.16
HexCFA1AE01610131572048
Octal317241256026202352740110
Binary11001111101000011010111001011010000100111010101111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1AE; }

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

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

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

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

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

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

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

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