#C2A9AC

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

Shades of Careys Pink #C2A9AC

Tints of Careys Pink #C2A9AC

Color information

#C2A9AC (or 0xC2A9AC) is unknown color: approx Careys Pink. HEX triplet: C2, A9 and AC. RGB value is (194,169,172). Sum of RGB (Red+Green+Blue) = 194+169+172=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 169 (66.41% from 255 or 31.59% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AC is #3D5653. Grayscale: #B0B0B0. Windows color (decimal): -4019796 or 11315650. OLE color: 11315650.

HSL color Cylindrical-coordinate representation of color #C2A9AC: hue angle of 352.8º degrees, saturation: 0.17, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2A9AC is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB194169172-
CMYK00.130.110.24
HSL352.8º17.01%71.18%-
HSV(B)352.8º12.89%76.08%-
XYZ43.8842.8244.98-
YUV176.82125.28140.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.26%
GREEN value IS 169 (66.41% from 255) = 31.59%
BLUE value IS 172 (67.58% from 255) = 32.15%
R=36.26%
G=31.59%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416917200.130.110.24352.817.0171.18
HexC2A9AC0DB181611147
Octal302251254015133054121107
Binary11000010101010011010110001101101111000101100001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9AC; }

 p { color: rgb(194,169,172); }

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

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

 a { background-color: rgb(194,169,172); }

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

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

 span { border-color: rgb(194,169,172); }

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