#CA9FA6

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

Shades of Careys Pink #CA9FA6

Tints of Careys Pink #CA9FA6

Color information

#CA9FA6 (or 0xCA9FA6) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and A6. RGB value is (202,159,166). Sum of RGB (Red+Green+Blue) = 202+159+166=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 166 (65.23% from 255 or 31.50% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FA6 is #356059. Grayscale: #ACACAC. Windows color (decimal): -3498074 or 10919882. OLE color: 10919882.

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

Color convert

RGB202159166-
CMYK00.210.180.21
HSL350.23º28.86%70.78%-
HSV(B)350.23º21.29%79.22%-
XYZ43.6440.1141.52-
YUV172.66124.25148.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.33%
GREEN value IS 159 (62.5% from 255) = 30.17%
BLUE value IS 166 (65.23% from 255) = 31.50%
R=38.33%
G=30.17%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215916600.210.180.21350.2328.8670.78
HexCA9FA6015121515e1d47
Octal312237246025222553635107
Binary1100101010011111101001100101011001010101101011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FA6; }

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

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

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

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

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

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

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

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