#C2A9AD

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

Shades of Careys Pink #C2A9AD

Tints of Careys Pink #C2A9AD

Color information

#C2A9AD (or 0xC2A9AD) is unknown color: approx Careys Pink. HEX triplet: C2, A9 and AD. RGB value is (194,169,173). Sum of RGB (Red+Green+Blue) = 194+169+173=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 169 (66.41% from 255 or 31.53% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AD is #3D5652. Grayscale: #B0B0B0. Windows color (decimal): -4019795 or 11381186. OLE color: 11381186.

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

Color convert

RGB194169173-
CMYK00.130.110.24
HSL350.4º17.01%71.18%-
HSV(B)350.4º12.89%76.08%-
XYZ43.9842.8645.49-
YUV176.93125.78140.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.19%
GREEN value IS 169 (66.41% from 255) = 31.53%
BLUE value IS 173 (67.97% from 255) = 32.28%
R=36.19%
G=31.53%
B=32.28%

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
Decimal19416917300.130.110.24350.417.0171.18
HexC2A9AD0DB1815e1147
Octal302251255015133053621107
Binary11000010101010011010110101101101111000101011110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9AD; }

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

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

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

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

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

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

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

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