#CA9394

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

Shades of Careys Pink #CA9394

Tints of Careys Pink #CA9394

Color information

#CA9394 (or 0xCA9394) is unknown color: approx Careys Pink. HEX triplet: CA, 93 and 94. RGB value is (202,147,148). Sum of RGB (Red+Green+Blue) = 202+147+148=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9394 is #356C6B. Grayscale: #A3A3A3. Windows color (decimal): -3501164 or 9737162. OLE color: 9737162.

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

Color convert

RGB202147148-
CMYK00.270.270.21
HSL358.91º34.16%68.43%-
HSV(B)358.91º27.23%79.22%-
XYZ40.1435.5632.77-
YUV163.56119.22155.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.64%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=40.64%
G=29.58%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214714800.270.270.21358.9134.1668.43
HexCA939401B1B151672244
Octal312223224033332554742104
Binary11001010100100111001010001101111011101011011001111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9394; }

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

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

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

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

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

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

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

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