#CA9FA4

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

Shades of Careys Pink #CA9FA4

Tints of Careys Pink #CA9FA4

Color information

#CA9FA4 (or 0xCA9FA4) is unknown color: approx Careys Pink. HEX triplet: CA, 9F and A4. RGB value is (202,159,164). Sum of RGB (Red+Green+Blue) = 202+159+164=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9FA4 is #35605B. Grayscale: #ACACAC. Windows color (decimal): -3498076 or 10788810. OLE color: 10788810.

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

Color convert

RGB202159164-
CMYK00.210.190.21
HSL353.02º28.86%70.78%-
HSV(B)353.02º21.29%79.22%-
XYZ43.4640.0340.56-
YUV172.43123.25149.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.48%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 164 (64.45% from 255) = 31.24%
R=38.48%
G=30.29%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215916400.210.190.21353.0228.8670.78
HexCA9FA401513151611d47
Octal312237244025232554135107
Binary1100101010011111101001000101011001110101101100001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FA4; }

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

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

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

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

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

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

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

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