#C7A9AB

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

Shades of Careys Pink #C7A9AB

Tints of Careys Pink #C7A9AB

Color information

#C7A9AB (or 0xC7A9AB) is unknown color: approx Careys Pink. HEX triplet: C7, A9 and AB. RGB value is (199,169,171). Sum of RGB (Red+Green+Blue) = 199+169+171=539 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.92% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 171 (67.19% from 255 or 31.73% from 539); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7A9AB is #385654. Grayscale: #B2B2B2. Windows color (decimal): -3692117 or 11250119. OLE color: 11250119.

HSL color Cylindrical-coordinate representation of color #C7A9AB: hue angle of 356º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C7A9AB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB199169171-
CMYK00.150.140.22
HSL356º21.13%72.16%-
HSV(B)356º15.08%78.04%-
XYZ45.0943.4644.54-
YUV178.2123.94142.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.92%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 171 (67.19% from 255) = 31.73%
R=36.92%
G=31.35%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19916917100.150.140.2235621.1372.16
HexC7A9AB0FE161641548
Octal307251253017162654425110
Binary11000111101010011010101101111111010110101100100101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A9AB; }

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

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

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

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

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

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

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

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