#CA9395

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

Shades of Careys Pink #CA9395

Tints of Careys Pink #CA9395

Color information

#CA9395 (or 0xCA9395) is unknown color: approx Careys Pink. HEX triplet: CA, 93 and 95. RGB value is (202,147,149). Sum of RGB (Red+Green+Blue) = 202+147+149=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9395 is #356C6A. Grayscale: #A3A3A3. Windows color (decimal): -3501163 or 9802698. OLE color: 9802698.

HSL color Cylindrical-coordinate representation of color #CA9395: hue angle of 357.82º 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 #CA9395 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB202147149-
CMYK00.270.260.21
HSL357.82º34.16%68.43%-
HSV(B)357.82º27.23%79.22%-
XYZ40.2235.5933.18-
YUV163.67119.72155.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.56%
GREEN value IS 147 (57.81% from 255) = 29.52%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=40.56%
G=29.52%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214714900.270.260.21357.8234.1668.43
HexCA939501B1A151662244
Octal312223225033322554642104
Binary11001010100100111001010101101111010101011011001101000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9395; }

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

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

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

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

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

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

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

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