#C5A4AA

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

Shades of Careys Pink #C5A4AA

Tints of Careys Pink #C5A4AA

Color information

#C5A4AA (or 0xC5A4AA) is unknown color: approx Careys Pink. HEX triplet: C5, A4 and AA. RGB value is (197,164,170). Sum of RGB (Red+Green+Blue) = 197+164+170=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A4AA is #3A5B55. Grayscale: #AEAEAE. Windows color (decimal): -3824470 or 11183301. OLE color: 11183301.

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

Color convert

RGB197164170-
CMYK00.170.140.23
HSL349.09º22.15%70.78%-
HSV(B)349.09º16.75%77.25%-
XYZ43.5641.3243.71-
YUV174.55125.43144.01-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.10%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=37.10%
G=30.89%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716417000.170.140.23349.0922.1570.78
HexC5A4AA011E1715d1647
Octal305244252021162753526107
Binary110001011010010010101010010001111010111101011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A4AA; }

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

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

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

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

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

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

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

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