#CFA2A6

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

Shades of Careys Pink #CFA2A6

Tints of Careys Pink #CFA2A6

Color information

#CFA2A6 (or 0xCFA2A6) is unknown color: approx Careys Pink. HEX triplet: CF, A2 and A6. RGB value is (207,162,166). Sum of RGB (Red+Green+Blue) = 207+162+166=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 162 (63.67% from 255 or 30.28% from 535); Blue value is 166 (65.23% from 255 or 31.03% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA2A6 is #305D59. Grayscale: #AFAFAF. Windows color (decimal): -3169626 or 10920655. OLE color: 10920655.

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

Color convert

RGB207162166-
CMYK00.220.200.19
HSL354.67º31.91%72.35%-
HSV(B)354.67º21.74%81.18%-
XYZ45.5441.8641.76-
YUV175.91122.41150.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 162 (63.67% from 255) = 30.28%
BLUE value IS 166 (65.23% from 255) = 31.03%
R=38.69%
G=30.28%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716216600.220.200.19354.6731.9172.35
HexCFA2A601614131632048
Octal317242246026242354340110
Binary11001111101000101010011001011010100100111011000111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA2A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA2A6; }

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

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

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

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

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

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

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

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