#C9A2AB

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

Shades of Careys Pink #C9A2AB

Tints of Careys Pink #C9A2AB

Color information

#C9A2AB (or 0xC9A2AB) is unknown color: approx Careys Pink. HEX triplet: C9, A2 and AB. RGB value is (201,162,171). Sum of RGB (Red+Green+Blue) = 201+162+171=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 171 (67.19% from 255 or 32.02% from 534); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A2AB is #365D54. Grayscale: #AEAEAE. Windows color (decimal): -3562837 or 11248329. OLE color: 11248329.

HSL color Cylindrical-coordinate representation of color #C9A2AB: hue angle of 346.15º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9A2AB is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB201162171-
CMYK00.190.150.21
HSL346.15º26.53%71.18%-
HSV(B)346.15º19.4%78.82%-
XYZ44.3641.244.14-
YUV174.69125.92146.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.64%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 171 (67.19% from 255) = 32.02%
R=37.64%
G=30.34%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116217100.190.150.21346.1526.5371.18
HexC9A2AB013F1515a1b47
Octal311242253023172553233107
Binary110010011010001010101011010011111110101101011010110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2AB; }

 p { color: rgb(201,162,171); }

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

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

 a { background-color: rgb(201,162,171); }

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

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

 span { border-color: rgb(201,162,171); }

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