#CFA0A9

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

Shades of Careys Pink #CFA0A9

Tints of Careys Pink #CFA0A9

Color information

#CFA0A9 (or 0xCFA0A9) is unknown color: approx Careys Pink. HEX triplet: CF, A0 and A9. RGB value is (207,160,169). Sum of RGB (Red+Green+Blue) = 207+160+169=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 169 (66.41% from 255 or 31.53% from 536); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA0A9 is #305F56. Grayscale: #AFAFAF. Windows color (decimal): -3170135 or 11116751. OLE color: 11116751.

HSL color Cylindrical-coordinate representation of color #CFA0A9: hue angle of 348.51º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0A9 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207160169-
CMYK00.230.180.19
HSL348.51º32.87%71.96%-
HSV(B)348.51º22.71%81.18%-
XYZ45.4641.2743.11-
YUV175.08124.57150.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.62%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 169 (66.41% from 255) = 31.53%
R=38.62%
G=29.85%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716016900.230.180.19348.5132.8771.96
HexCFA0A9017121315d2148
Octal317240251027222353541110
Binary11001111101000001010100101011110010100111010111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA0A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA0A9; }

 p { color: rgb(207,160,169); }

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

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

 a { background-color: rgb(207,160,169); }

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

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

 span { border-color: rgb(207,160,169); }

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