#C9A4AC

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

Shades of Careys Pink #C9A4AC

Tints of Careys Pink #C9A4AC

Color information

#C9A4AC (or 0xC9A4AC) is unknown color: approx Careys Pink. HEX triplet: C9, A4 and AC. RGB value is (201,164,172). Sum of RGB (Red+Green+Blue) = 201+164+172=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 172 (67.58% from 255 or 32.03% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A4AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9A4AC is #365B53. Grayscale: #AFAFAF. Windows color (decimal): -3562324 or 11314377. OLE color: 11314377.

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

Color convert

RGB201164172-
CMYK00.180.140.21
HSL347.03º25.52%71.57%-
HSV(B)347.03º18.41%78.82%-
XYZ44.8141.9544.76-
YUV175.98125.76145.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 172 (67.58% from 255) = 32.03%
R=37.43%
G=30.54%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20116417200.180.140.21347.0325.5271.57
HexC9A4AC012E1515b1a48
Octal311244254022162553332110
Binary110010011010010010101100010010111010101101011011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A4AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A4AC; }

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

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

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

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

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

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

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

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