#C5A0AA

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

Shades of Careys Pink #C5A0AA

Tints of Careys Pink #C5A0AA

Color information

#C5A0AA (or 0xC5A0AA) is unknown color: approx Careys Pink. HEX triplet: C5, A0 and AA. RGB value is (197,160,170). Sum of RGB (Red+Green+Blue) = 197+160+170=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A0AA is #3A5F55. Grayscale: #ACACAC. Windows color (decimal): -3825494 or 11182277. OLE color: 11182277.

HSL color Cylindrical-coordinate representation of color #C5A0AA: hue angle of 343.78º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5A0AA is Cyan = 0, Magento = 0.19, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB197160170-
CMYK00.190.140.23
HSL343.78º24.18%70%-
HSV(B)343.78º18.78%77.25%-
XYZ42.8539.9143.48-
YUV172.2126.76145.69-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 170 (66.80% from 255) = 32.26%
R=37.38%
G=30.36%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716017000.190.140.23343.7824.1870
HexC5A0AA013E171581846
Octal305240252023162753030106
Binary110001011010000010101010010011111010111101011000110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A0AA; }

 p { color: rgb(197,160,170); }

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

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

 a { background-color: rgb(197,160,170); }

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

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

 span { border-color: rgb(197,160,170); }

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