#CFA1A8

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

Shades of Careys Pink #CFA1A8

Tints of Careys Pink #CFA1A8

Color information

#CFA1A8 (or 0xCFA1A8) is unknown color: approx Careys Pink. HEX triplet: CF, A1 and A8. RGB value is (207,161,168). Sum of RGB (Red+Green+Blue) = 207+161+168=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 161 (63.28% from 255 or 30.04% from 536); Blue value is 168 (66.02% from 255 or 31.34% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA1A8 is #305E57. Grayscale: #AFAFAF. Windows color (decimal): -3169880 or 11051471. OLE color: 11051471.

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

Color convert

RGB207161168-
CMYK00.220.190.19
HSL350.87º32.39%72.16%-
HSV(B)350.87º22.22%81.18%-
XYZ45.5441.5842.67-
YUV175.55123.74150.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 161 (63.28% from 255) = 30.04%
BLUE value IS 168 (66.02% from 255) = 31.34%
R=38.62%
G=30.04%
B=31.34%

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
Decimal20716116800.220.190.19350.8732.3972.16
HexCFA1A8016131315f2048
Octal317241250026232353740110
Binary11001111101000011010100001011010011100111010111111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA1A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA1A8; }

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

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

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

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

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

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

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

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