#CA9FA7

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

Shades of Careys Pink #CA9FA7

Tints of Careys Pink #CA9FA7

Color information

#CA9FA7 (or 0xCA9FA7) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and A7. RGB value is (202,159,167). Sum of RGB (Red+Green+Blue) = 202+159+167=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 167 (65.62% from 255 or 31.63% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FA7 is #356058. Grayscale: #ACACAC. Windows color (decimal): -3498073 or 10985418. OLE color: 10985418.

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

Color convert

RGB202159167-
CMYK00.210.170.21
HSL348.84º28.86%70.78%-
HSV(B)348.84º21.29%79.22%-
XYZ43.7340.1442-
YUV172.77124.75148.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 159 (62.5% from 255) = 30.11%
BLUE value IS 167 (65.62% from 255) = 31.63%
R=38.26%
G=30.11%
B=31.63%

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
Decimal20215916700.210.170.21348.8428.8670.78
HexCA9FA7015111515d1d47
Octal312237247025212553535107
Binary1100101010011111101001110101011000110101101011101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FA7; }

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

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

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

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

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

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

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

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