#CA9199

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

Shades of Careys Pink #CA9199

Tints of Careys Pink #CA9199

Color information

#CA9199 (or 0xCA9199) is unknown color: approx Careys Pink. HEX triplet: CA, 91 and 99. RGB value is (202,145,153). Sum of RGB (Red+Green+Blue) = 202+145+153=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9199 is #356E66. Grayscale: #A2A2A2. Windows color (decimal): -3501671 or 10064330. OLE color: 10064330.

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

Color convert

RGB202145153-
CMYK00.280.240.21
HSL351.58º34.97%68.04%-
HSV(B)351.58º28.22%79.22%-
XYZ40.2335.1134.79-
YUV162.95122.38155.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.4%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=40.4%
G=29%
B=30.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214515300.280.240.21351.5834.9768.04
HexCA919901C18151602344
Octal312221231034302554043104
Binary11001010100100011001100101110011000101011011000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9199; }

 p { color: rgb(202,145,153); }

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

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

 a { background-color: rgb(202,145,153); }

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

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

 span { border-color: rgb(202,145,153); }

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