#C2A9B0

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

Shades of Careys Pink #C2A9B0

Tints of Careys Pink #C2A9B0

Color information

#C2A9B0 (or 0xC2A9B0) is unknown color: approx Careys Pink. HEX triplet: C2, A9 and B0. RGB value is (194,169,176). Sum of RGB (Red+Green+Blue) = 194+169+176=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 176 (69.14% from 255 or 32.65% from 539); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9B0 is #3D564F. Grayscale: #B1B1B1. Windows color (decimal): -4019792 or 11577794. OLE color: 11577794.

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

Color convert

RGB194169176-
CMYK00.130.090.24
HSL343.2º17.01%71.18%-
HSV(B)343.2º12.89%76.08%-
XYZ44.2742.9847.04-
YUV177.27127.28139.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.99%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 176 (69.14% from 255) = 32.65%
R=35.99%
G=31.35%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416917600.130.090.24343.217.0171.18
HexC2A9B00D9181571147
Octal302251260015113052721107
Binary11000010101010011011000001101100111000101010111100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9B0; }

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

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

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

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

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

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

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

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