#CFA1A7

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

Shades of Careys Pink #CFA1A7

Tints of Careys Pink #CFA1A7

Color information

#CFA1A7 (or 0xCFA1A7) is unknown color: approx Careys Pink. HEX triplet: CF, A1 and A7. RGB value is (207,161,167). Sum of RGB (Red+Green+Blue) = 207+161+167=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 161 (63.28% from 255 or 30.09% from 535); Blue value is 167 (65.62% from 255 or 31.21% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1A7 is #305E58. Grayscale: #AFAFAF. Windows color (decimal): -3169881 or 10985935. OLE color: 10985935.

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

Color convert

RGB207161167-
CMYK00.220.190.19
HSL352.17º32.39%72.16%-
HSV(B)352.17º22.22%81.18%-
XYZ45.4541.5542.18-
YUV175.44123.24150.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 161 (63.28% from 255) = 30.09%
BLUE value IS 167 (65.62% from 255) = 31.21%
R=38.69%
G=30.09%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716116700.220.190.19352.1732.3972.16
HexCFA1A701613131602048
Octal317241247026232354040110
Binary11001111101000011010011101011010011100111011000001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1A7; }

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

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

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

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

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

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

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

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