#CA9299

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

Shades of Careys Pink #CA9299

Tints of Careys Pink #CA9299

Color information

#CA9299 (or 0xCA9299) is unknown color: approx Careys Pink. HEX triplet: CA, 92 and 99. RGB value is (202,146,153). Sum of RGB (Red+Green+Blue) = 202+146+153=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 146 (57.42% from 255 or 29.14% from 501); Blue value is 153 (60.16% from 255 or 30.54% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9299 is #356D66. Grayscale: #A3A3A3. Windows color (decimal): -3501415 or 10064586. OLE color: 10064586.

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

Color convert

RGB202146153-
CMYK00.280.240.21
HSL352.5º34.57%68.24%-
HSV(B)352.5º27.72%79.22%-
XYZ40.3935.4134.84-
YUV163.54122.05155.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 146 (57.42% from 255) = 29.14%
BLUE value IS 153 (60.16% from 255) = 30.54%
R=40.32%
G=29.14%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214615300.280.240.21352.534.5768.24
HexCA929901C18151602344
Octal312222231034302554043104
Binary11001010100100101001100101110011000101011011000001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9299; }

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

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

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

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

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

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

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

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