#CA9294

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

Shades of Careys Pink #CA9294

Tints of Careys Pink #CA9294

Color information

#CA9294 (or 0xCA9294) is unknown color: approx Careys Pink. HEX triplet: CA, 92 and 94. RGB value is (202,146,148). Sum of RGB (Red+Green+Blue) = 202+146+148=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9294 is #356D6B. Grayscale: #A3A3A3. Windows color (decimal): -3501420 or 9736906. OLE color: 9736906.

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

Color convert

RGB202146148-
CMYK00.280.270.21
HSL357.86º34.57%68.24%-
HSV(B)357.86º27.72%79.22%-
XYZ39.9835.2532.71-
YUV162.97119.55155.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.73%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 148 (58.20% from 255) = 29.84%
R=40.73%
G=29.44%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214614800.280.270.21357.8634.5768.24
HexCA929401C1B151662344
Octal312222224034332554643104
Binary11001010100100101001010001110011011101011011001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9294; }

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

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

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

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

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

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

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

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