#C29FA2

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

Shades of Careys Pink #C29FA2

Tints of Careys Pink #C29FA2

Color information

#C29FA2 (or 0xC29FA2) is unknown color: approx Careys Pink. HEX triplet: C2, 9F and A2. RGB value is (194,159,162). Sum of RGB (Red+Green+Blue) = 194+159+162=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 162 (63.67% from 255 or 31.46% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA2 is #3D605D. Grayscale: #A9A9A9. Windows color (decimal): -4022366 or 10657730. OLE color: 10657730.

HSL color Cylindrical-coordinate representation of color #C29FA2: hue angle of 354.86º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C29FA2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.24.

Color convert

RGB194159162-
CMYK00.180.160.24
HSL354.86º22.29%69.22%-
HSV(B)354.86º18.04%76.08%-
XYZ41.1738.8739.52-
YUV169.81123.6145.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.67%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 162 (63.67% from 255) = 31.46%
R=37.67%
G=30.87%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415916200.180.160.24354.8622.2969.22
HexC29FA201210181631645
Octal302237242022203054326105
Binary1100001010011111101000100100101000011000101100011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FA2; }

 p { color: rgb(194,159,162); }

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

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

 a { background-color: rgb(194,159,162); }

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

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

 span { border-color: rgb(194,159,162); }

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