#CA97A3

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

Shades of Careys Pink #CA97A3

Tints of Careys Pink #CA97A3

Color information

#CA97A3 (or 0xCA97A3) is unknown color: approx Careys Pink. HEX triplet: CA, 97 and A3. RGB value is (202,151,163). Sum of RGB (Red+Green+Blue) = 202+151+163=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 151 (59.38% from 255 or 29.26% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CA97A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA97A3 is #35685C. Grayscale: #A7A7A7. Windows color (decimal): -3500125 or 10721226. OLE color: 10721226.

HSL color Cylindrical-coordinate representation of color #CA97A3: hue angle of 345.88º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA97A3 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB202151163-
CMYK00.250.190.21
HSL345.88º32.48%69.22%-
HSV(B)345.88º25.25%79.22%-
XYZ42.0337.3339.64-
YUV167.62125.4152.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.15%
GREEN value IS 151 (59.38% from 255) = 29.26%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=39.15%
G=29.26%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215116300.250.190.21345.8832.4869.22
HexCA97A3019131515a2045
Octal312227243031232553240105
Binary11001010100101111010001101100110011101011010110101000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA97A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA97A3; }

 p { color: rgb(202,151,163); }

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

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

 a { background-color: rgb(202,151,163); }

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

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

 span { border-color: rgb(202,151,163); }

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