#C29EA4

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

Shades of Careys Pink #C29EA4

Tints of Careys Pink #C29EA4

Color information

#C29EA4 (or 0xC29EA4) is unknown color: approx Careys Pink. HEX triplet: C2, 9E and A4. RGB value is (194,158,164). Sum of RGB (Red+Green+Blue) = 194+158+164=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C29EA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29EA4 is #3D615B. Grayscale: #A9A9A9. Windows color (decimal): -4022620 or 10788546. OLE color: 10788546.

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

Color convert

RGB194158164-
CMYK00.190.150.24
HSL350º22.78%69.02%-
HSV(B)350º18.56%76.08%-
XYZ41.1838.640.4-
YUV169.45124.93145.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.60%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 164 (64.45% from 255) = 31.78%
R=37.60%
G=30.62%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415816400.190.150.2435022.7869.02
HexC29EA4013F1815e1745
Octal302236244023173053627105
Binary110000101001111010100100010011111111000101011110101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29EA4; }

 p { color: rgb(194,158,164); }

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

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

 a { background-color: rgb(194,158,164); }

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

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

 span { border-color: rgb(194,158,164); }

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