#CA9399

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

Shades of Careys Pink #CA9399

Tints of Careys Pink #CA9399

Color information

#CA9399 (or 0xCA9399) is unknown color: approx Careys Pink. HEX triplet: CA, 93 and 99. RGB value is (202,147,153). Sum of RGB (Red+Green+Blue) = 202+147+153=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9399 is #356C66. Grayscale: #A4A4A4. Windows color (decimal): -3501159 or 10064842. OLE color: 10064842.

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

Color convert

RGB202147153-
CMYK00.270.240.21
HSL353.45º34.16%68.43%-
HSV(B)353.45º27.23%79.22%-
XYZ40.5435.7234.9-
YUV164.13121.72155.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.24%
GREEN value IS 147 (57.81% from 255) = 29.28%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=40.24%
G=29.28%
B=30.48%

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
Decimal20214715300.270.240.21353.4534.1668.43
HexCA939901B18151612244
Octal312223231033302554142104
Binary11001010100100111001100101101111000101011011000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9399; }

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

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

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

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

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

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

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

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