#CA9FA1

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

Shades of Careys Pink #CA9FA1

Tints of Careys Pink #CA9FA1

Color information

#CA9FA1 (or 0xCA9FA1) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and A1. RGB value is (202,159,161). Sum of RGB (Red+Green+Blue) = 202+159+161=522 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.70% from 522); Green value is 159 (62.5% from 255 or 30.46% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FA1 is #35605E. Grayscale: #ACACAC. Windows color (decimal): -3498079 or 10592202. OLE color: 10592202.

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

Color convert

RGB202159161-
CMYK00.210.200.21
HSL357.21º28.86%70.78%-
HSV(B)357.21º21.29%79.22%-
XYZ43.1939.9339.15-
YUV172.08121.75149.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.70%
GREEN value IS 159 (62.5% from 255) = 30.46%
BLUE value IS 161 (63.28% from 255) = 30.84%
R=38.70%
G=30.46%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215916100.210.200.21357.2128.8670.78
HexCA9FA101514151651d47
Octal312237241025242554535107
Binary1100101010011111101000010101011010010101101100101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FA1; }

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

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

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

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

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

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

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

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