#CA9FAB

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

Shades of Careys Pink #CA9FAB

Tints of Careys Pink #CA9FAB

Color information

#CA9FAB (or 0xCA9FAB) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and AB. RGB value is (202,159,171). Sum of RGB (Red+Green+Blue) = 202+159+171=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FAB is #356054. Grayscale: #ADADAD. Windows color (decimal): -3498069 or 11247562. OLE color: 11247562.

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

Color convert

RGB202159171-
CMYK00.210.150.21
HSL343.26º28.86%70.78%-
HSV(B)343.26º21.29%79.22%-
XYZ44.1140.2943.98-
YUV173.22126.75148.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.97%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=37.97%
G=29.89%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215917100.210.150.21343.2628.8670.78
HexCA9FAB015F151571d47
Octal312237253025172552735107
Binary110010101001111110101011010101111110101101010111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FAB; }

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

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

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

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

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

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

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

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