#C29FA3

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

Shades of Careys Pink #C29FA3

Tints of Careys Pink #C29FA3

Color information

#C29FA3 (or 0xC29FA3) is unknown color: approx Careys Pink. HEX triplet: C2, 9F and A3. RGB value is (194,159,163). Sum of RGB (Red+Green+Blue) = 194+159+163=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 159 (62.5% from 255 or 30.81% from 516); Blue value is 163 (64.06% from 255 or 31.59% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA3 is #3D605C. Grayscale: #A9A9A9. Windows color (decimal): -4022365 or 10723266. OLE color: 10723266.

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

Color convert

RGB194159163-
CMYK00.180.160.24
HSL353.14º22.29%69.22%-
HSV(B)353.14º18.04%76.08%-
XYZ41.2638.9139.99-
YUV169.92124.1145.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 159 (62.5% from 255) = 30.81%
BLUE value IS 163 (64.06% from 255) = 31.59%
R=37.60%
G=30.81%
B=31.59%

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
Decimal19415916300.180.160.24353.1422.2969.22
HexC29FA301210181611645
Octal302237243022203054126105
Binary1100001010011111101000110100101000011000101100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FA3; }

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

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

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

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

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

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

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

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