#CA9FA8

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

Shades of Careys Pink #CA9FA8

Tints of Careys Pink #CA9FA8

Color information

#CA9FA8 (or 0xCA9FA8) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and A8. RGB value is (202,159,168). Sum of RGB (Red+Green+Blue) = 202+159+168=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 168 (66.02% from 255 or 31.76% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FA8 is #356057. Grayscale: #ACACAC. Windows color (decimal): -3498072 or 11050954. OLE color: 11050954.

HSL color Cylindrical-coordinate representation of color #CA9FA8: hue angle of 347.44º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CA9FA8 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB202159168-
CMYK00.210.170.21
HSL347.44º28.86%70.78%-
HSV(B)347.44º21.29%79.22%-
XYZ43.8240.1842.49-
YUV172.88125.25148.77-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.19%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 168 (66.02% from 255) = 31.76%
R=38.19%
G=30.06%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215916800.210.170.21347.4428.8670.78
HexCA9FA8015111515b1d47
Octal312237250025212553335107
Binary1100101010011111101010000101011000110101101011011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FA8; }

 p { color: rgb(202,159,168); }

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

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

 a { background-color: rgb(202,159,168); }

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

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

 span { border-color: rgb(202,159,168); }

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