#CA9AA1

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

Shades of Careys Pink #CA9AA1

Tints of Careys Pink #CA9AA1

Color information

#CA9AA1 (or 0xCA9AA1) is unknown color: approx Careys Pink. HEX triplet: CA, 9A and A1. RGB value is (202,154,161). Sum of RGB (Red+Green+Blue) = 202+154+161=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 161 (63.28% from 255 or 31.14% from 517); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9AA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9AA1 is #35655E. Grayscale: #A9A9A9. Windows color (decimal): -3499359 or 10590922. OLE color: 10590922.

HSL color Cylindrical-coordinate representation of color #CA9AA1: hue angle of 351.25º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CA9AA1 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB202154161-
CMYK00.240.200.21
HSL351.25º31.17%69.8%-
HSV(B)351.25º23.76%79.22%-
XYZ42.3538.2438.87-
YUV169.15123.4151.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 161 (63.28% from 255) = 31.14%
R=39.07%
G=29.79%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215416100.240.200.21351.2531.1769.8
HexCA9AA1018141515f1f46
Octal312232241030242553737106
Binary1100101010011010101000010110001010010101101011111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9AA1; }

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

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

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

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

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

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

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

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