#C9A2AE

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

Shades of Careys Pink #C9A2AE

Tints of Careys Pink #C9A2AE

Color information

#C9A2AE (or 0xC9A2AE) is unknown color: approx Careys Pink. HEX triplet: C9, A2 and AE. RGB value is (201,162,174). Sum of RGB (Red+Green+Blue) = 201+162+174=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A2AE is #365D51. Grayscale: #AFAFAF. Windows color (decimal): -3562834 or 11444937. OLE color: 11444937.

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

Color convert

RGB201162174-
CMYK00.190.130.21
HSL341.54º26.53%71.18%-
HSV(B)341.54º19.4%78.82%-
XYZ44.6541.3145.67-
YUV175.03127.42146.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=37.43%
G=30.17%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116217400.190.130.21341.5426.5371.18
HexC9A2AE013D151561b47
Octal311242256023152552633107
Binary110010011010001010101110010011110110101101010110110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A2AE; }

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

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

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

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

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

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

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

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