#C9A9B0

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

Shades of Careys Pink #C9A9B0

Tints of Careys Pink #C9A9B0

Color information

#C9A9B0 (or 0xC9A9B0) is unknown color: approx Careys Pink. HEX triplet: C9, A9 and B0. RGB value is (201,169,176). Sum of RGB (Red+Green+Blue) = 201+169+176=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A9B0 is #36564F. Grayscale: #B3B3B3. Windows color (decimal): -3561040 or 11577801. OLE color: 11577801.

HSL color Cylindrical-coordinate representation of color #C9A9B0: hue angle of 346.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A9B0 is Cyan = 0, Magento = 0.16, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB201169176-
CMYK00.160.120.21
HSL346.88º22.86%72.55%-
HSV(B)346.88º15.92%78.82%-
XYZ46.1143.9347.12-
YUV179.37126.1143.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 176 (69.14% from 255) = 32.23%
R=36.81%
G=30.95%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116917600.160.120.21346.8822.8672.55
HexC9A9B0010C1515b1749
Octal311251260020142553327111
Binary110010011010100110110000010000110010101101011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9B0; }

 p { color: rgb(201,169,176); }

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

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

 a { background-color: rgb(201,169,176); }

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

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

 span { border-color: rgb(201,169,176); }

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