#CA9499

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

Shades of Careys Pink #CA9499

Tints of Careys Pink #CA9499

Color information

#CA9499 (or 0xCA9499) is unknown color: approx Careys Pink. HEX triplet: CA, 94 and 99. RGB value is (202,148,153). Sum of RGB (Red+Green+Blue) = 202+148+153=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9499 is #356B66. Grayscale: #A4A4A4. Windows color (decimal): -3500903 or 10065098. OLE color: 10065098.

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

Color convert

RGB202148153-
CMYK00.270.240.21
HSL354.44º33.75%68.63%-
HSV(B)354.44º26.73%79.22%-
XYZ40.736.0434.95-
YUV164.72121.39154.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.16%
GREEN value IS 148 (58.20% from 255) = 29.42%
BLUE value IS 153 (60.16% from 255) = 30.42%
R=40.16%
G=29.42%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214815300.270.240.21354.4433.7568.63
HexCA949901B18151622245
Octal312224231033302554242105
Binary11001010100101001001100101101111000101011011000101000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9499; }

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

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

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

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

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

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

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

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