#CA9BA1

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

Shades of Careys Pink #CA9BA1

Tints of Careys Pink #CA9BA1

Color information

#CA9BA1 (or 0xCA9BA1) is unknown color: approx Careys Pink. HEX triplet: CA, 9B and A1. RGB value is (202,155,161). Sum of RGB (Red+Green+Blue) = 202+155+161=518 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.00% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 161 (63.28% from 255 or 31.08% from 518); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BA1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9BA1 is #35645E. Grayscale: #A9A9A9. Windows color (decimal): -3499103 or 10591178. OLE color: 10591178.

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

Color convert

RGB202155161-
CMYK00.230.200.21
HSL352.34º30.72%70%-
HSV(B)352.34º23.27%79.22%-
XYZ42.5138.5738.92-
YUV169.74123.07151.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.00%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 161 (63.28% from 255) = 31.08%
R=39.00%
G=29.92%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215516100.230.200.21352.3430.7270
HexCA9BA101714151601f46
Octal312233241027242554037106
Binary1100101010011011101000010101111010010101101100000111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BA1; }

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

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

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

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

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

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

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

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