#C9A7AC

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

Shades of Careys Pink #C9A7AC

Tints of Careys Pink #C9A7AC

Color information

#C9A7AC (or 0xC9A7AC) is unknown color: approx Careys Pink. HEX triplet: C9, A7 and AC. RGB value is (201,167,172). Sum of RGB (Red+Green+Blue) = 201+167+172=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 167 (65.62% from 255 or 30.93% from 540); Blue value is 172 (67.58% from 255 or 31.85% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A7AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A7AC is #365853. Grayscale: #B1B1B1. Windows color (decimal): -3561556 or 11315145. OLE color: 11315145.

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

Color convert

RGB201167172-
CMYK00.170.140.21
HSL351.18º23.94%72.16%-
HSV(B)351.18º16.92%78.82%-
XYZ45.3543.0344.95-
YUV177.74124.76144.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.22%
GREEN value IS 167 (65.62% from 255) = 30.93%
BLUE value IS 172 (67.58% from 255) = 31.85%
R=37.22%
G=30.93%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116717200.170.140.21351.1823.9472.16
HexC9A7AC011E1515f1848
Octal311247254021162553730110
Binary110010011010011110101100010001111010101101011111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A7AC; }

 p { color: rgb(201,167,172); }

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

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

 a { background-color: rgb(201,167,172); }

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

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

 span { border-color: rgb(201,167,172); }

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