#CA9497

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

Shades of Careys Pink #CA9497

Tints of Careys Pink #CA9497

Color information

#CA9497 (or 0xCA9497) is unknown color: approx Careys Pink. HEX triplet: CA, 94 and 97. RGB value is (202,148,151). Sum of RGB (Red+Green+Blue) = 202+148+151=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 151 (59.38% from 255 or 30.14% from 501); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9497 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9497 is #356B68. Grayscale: #A4A4A4. Windows color (decimal): -3500905 or 9934026. OLE color: 9934026.

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

Color convert

RGB202148151-
CMYK00.270.250.21
HSL356.67º33.75%68.63%-
HSV(B)356.67º26.73%79.22%-
XYZ40.5335.9734.08-
YUV164.49120.39154.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.32%
GREEN value IS 148 (58.20% from 255) = 29.54%
BLUE value IS 151 (59.38% from 255) = 30.14%
R=40.32%
G=29.54%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214815100.270.250.21356.6733.7568.63
HexCA949701B19151652245
Octal312224227033312554542105
Binary11001010100101001001011101101111001101011011001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9497; }

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

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

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

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

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

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

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

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