#CFA2AE

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

Shades of Careys Pink #CFA2AE

Tints of Careys Pink #CFA2AE

Color information

#CFA2AE (or 0xCFA2AE) is unknown color: approx Careys Pink. HEX triplet: CF, A2 and AE. RGB value is (207,162,174). Sum of RGB (Red+Green+Blue) = 207+162+174=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 162 (63.67% from 255 or 29.83% from 543); Blue value is 174 (68.36% from 255 or 32.04% from 543); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA2AE is #305D51. Grayscale: #B0B0B0. Windows color (decimal): -3169618 or 11444943. OLE color: 11444943.

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

Color convert

RGB207162174-
CMYK00.220.160.19
HSL344º31.91%72.35%-
HSV(B)344º21.74%81.18%-
XYZ46.2942.1645.74-
YUV176.82126.41149.52-

RGB Variations

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

RGB

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

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
Decimal20716217400.220.160.1934431.9172.35
HexCFA2AE01610131582048
Octal317242256026202353040110
Binary11001111101000101010111001011010000100111010110001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2AE; }

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

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

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

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

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

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

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

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