#C5AAAB

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

Shades of Careys Pink #C5AAAB

Tints of Careys Pink #C5AAAB

Color information

#C5AAAB (or 0xC5AAAB) is unknown color: approx Careys Pink. HEX triplet: C5, AA and AB. RGB value is (197,170,171). Sum of RGB (Red+Green+Blue) = 197+170+171=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 170 (66.80% from 255 or 31.60% from 538); Blue value is 171 (67.19% from 255 or 31.78% from 538); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5AAAB is #3A5554. Grayscale: #B2B2B2. Windows color (decimal): -3822933 or 11250373. OLE color: 11250373.

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

Color convert

RGB197170171-
CMYK00.140.130.23
HSL357.78º18.88%71.96%-
HSV(B)357.78º13.71%77.25%-
XYZ44.7543.5644.58-
YUV178.19123.95141.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 170 (66.80% from 255) = 31.60%
BLUE value IS 171 (67.19% from 255) = 31.78%
R=36.62%
G=31.60%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717017100.140.130.23357.7818.8871.96
HexC5AAAB0ED171661348
Octal305252253016152754623110
Binary11000101101010101010101101110110110111101100110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AAAB; }

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

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

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

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

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

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

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

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