#C49AA5

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

Shades of Careys Pink #C49AA5

Tints of Careys Pink #C49AA5

Color information

#C49AA5 (or 0xC49AA5) is unknown color: approx Careys Pink. HEX triplet: C4, 9A and A5. RGB value is (196,154,165). Sum of RGB (Red+Green+Blue) = 196+154+165=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 196 - color contains mainly: red. Hex color #C49AA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49AA5 is #3B655A. Grayscale: #A7A7A7. Windows color (decimal): -3892571 or 10853060. OLE color: 10853060.

HSL color Cylindrical-coordinate representation of color #C49AA5: hue angle of 344.29º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C49AA5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB196154165-
CMYK00.210.160.23
HSL344.29º26.25%68.63%-
HSV(B)344.29º21.43%76.86%-
XYZ41.1137.5640.68-
YUV167.81126.41148.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.06%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=38.06%
G=29.90%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19615416500.210.160.23344.2926.2568.63
HexC49AA501510171581a45
Octal304232245025202753032105
Binary1100010010011010101001010101011000010111101011000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49AA5; }

 p { color: rgb(196,154,165); }

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

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

 a { background-color: rgb(196,154,165); }

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

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

 span { border-color: rgb(196,154,165); }

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