#CA95A0

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

Shades of Careys Pink #CA95A0

Tints of Careys Pink #CA95A0

Color information

#CA95A0 (or 0xCA95A0) is unknown color: approx Careys Pink. HEX triplet: CA, 95 and A0. RGB value is (202,149,160). Sum of RGB (Red+Green+Blue) = 202+149+160=511 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.53% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 202 - color contains mainly: red. Hex color #CA95A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA95A0 is #356A5F. Grayscale: #A6A6A6. Windows color (decimal): -3500640 or 10524106. OLE color: 10524106.

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

Color convert

RGB202149160-
CMYK00.260.210.21
HSL347.55º33.33%68.82%-
HSV(B)347.55º26.24%79.22%-
XYZ41.4536.5938.14-
YUV166.1124.56153.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.53%
GREEN value IS 149 (58.59% from 255) = 29.16%
BLUE value IS 160 (62.89% from 255) = 31.31%
R=39.53%
G=29.16%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214916000.260.210.21347.5533.3368.82
HexCA95A001A151515c2145
Octal312225240032252553441105
Binary11001010100101011010000001101010101101011010111001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95A0; }

 p { color: rgb(202,149,160); }

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

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

 a { background-color: rgb(202,149,160); }

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

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

 span { border-color: rgb(202,149,160); }

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