#C29FA8

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

Shades of Careys Pink #C29FA8

Tints of Careys Pink #C29FA8

Color information

#C29FA8 (or 0xC29FA8) is unknown color: approx Careys Pink. HEX triplet: C2, 9F and A8. RGB value is (194,159,168). Sum of RGB (Red+Green+Blue) = 194+159+168=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 168 (66.02% from 255 or 32.25% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA8 is #3D6057. Grayscale: #AAAAAA. Windows color (decimal): -4022360 or 11050946. OLE color: 11050946.

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

Color convert

RGB194159168-
CMYK00.180.130.24
HSL344.57º22.29%69.22%-
HSV(B)344.57º18.04%76.08%-
XYZ41.7139.0942.39-
YUV170.49126.6144.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 159 (62.5% from 255) = 30.52%
BLUE value IS 168 (66.02% from 255) = 32.25%
R=37.24%
G=30.52%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415916800.180.130.24344.5722.2969.22
HexC29FA8012D181591645
Octal302237250022153053126105
Binary110000101001111110101000010010110111000101011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FA8; }

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

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

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

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

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

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

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

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