#C2A9AE

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

Shades of Careys Pink #C2A9AE

Tints of Careys Pink #C2A9AE

Color information

#C2A9AE (or 0xC2A9AE) is unknown color: approx Careys Pink. HEX triplet: C2, A9 and AE. RGB value is (194,169,174). Sum of RGB (Red+Green+Blue) = 194+169+174=537 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.13% from 537); Green value is 169 (66.41% from 255 or 31.47% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2A9AE is #3D5651. Grayscale: #B1B1B1. Windows color (decimal): -4019794 or 11446722. OLE color: 11446722.

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

Color convert

RGB194169174-
CMYK00.130.100.24
HSL348º17.01%71.18%-
HSV(B)348º12.89%76.08%-
XYZ44.0842.946-
YUV177.04126.28140.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.13%
GREEN value IS 169 (66.41% from 255) = 31.47%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=36.13%
G=31.47%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19416917400.130.100.2434817.0171.18
HexC2A9AE0DA1815c1147
Octal302251256015123053421107
Binary11000010101010011010111001101101011000101011100100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A9AE; }

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

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

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

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

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

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

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

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