#C5A4A5

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

Shades of Careys Pink #C5A4A5

Tints of Careys Pink #C5A4A5

Color information

#C5A4A5 (or 0xC5A4A5) is unknown color: approx Careys Pink. HEX triplet: C5, A4 and A5. RGB value is (197,164,165). Sum of RGB (Red+Green+Blue) = 197+164+165=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 165 (64.84% from 255 or 31.37% from 526); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A4A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5A4A5 is #3A5B5A. Grayscale: #AEAEAE. Windows color (decimal): -3824475 or 10855621. OLE color: 10855621.

HSL color Cylindrical-coordinate representation of color #C5A4A5: hue angle of 358.18º 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 #C5A4A5 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB197164165-
CMYK00.170.160.23
HSL358.18º22.15%70.78%-
HSV(B)358.18º16.75%77.25%-
XYZ43.0941.1441.27-
YUV173.98122.93144.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 165 (64.84% from 255) = 31.37%
R=37.45%
G=31.18%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19716416500.170.160.23358.1822.1570.78
HexC5A4A501110171661647
Octal305244245021202754626107
Binary1100010110100100101001010100011000010111101100110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5A4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5A4A5; }

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

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

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

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

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

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

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

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