#C4A9AB

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

Shades of Careys Pink #C4A9AB

Tints of Careys Pink #C4A9AB

Color information

#C4A9AB (or 0xC4A9AB) is unknown color: approx Careys Pink. HEX triplet: C4, A9 and AB. RGB value is (196,169,171). Sum of RGB (Red+Green+Blue) = 196+169+171=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 171 (67.19% from 255 or 31.90% from 536); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4A9AB is #3B5654. Grayscale: #B1B1B1. Windows color (decimal): -3888725 or 11250116. OLE color: 11250116.

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

Color convert

RGB196169171-
CMYK00.140.130.23
HSL355.56º18.62%71.57%-
HSV(B)355.56º13.78%76.86%-
XYZ44.343.0544.5-
YUV177.3124.45141.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.57%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 171 (67.19% from 255) = 31.90%
R=36.57%
G=31.53%
B=31.90%

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
Decimal19616917100.140.130.23355.5618.6271.57
HexC4A9AB0ED171641348
Octal304251253016152754423110
Binary11000100101010011010101101110110110111101100100100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A9AB; }

 p { color: rgb(196,169,171); }

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

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

 a { background-color: rgb(196,169,171); }

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

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

 span { border-color: rgb(196,169,171); }

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