#C29FA0

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

Shades of Careys Pink #C29FA0

Tints of Careys Pink #C29FA0

Color information

#C29FA0 (or 0xC29FA0) is unknown color: approx Careys Pink. HEX triplet: C2, 9F and A0. RGB value is (194,159,160). Sum of RGB (Red+Green+Blue) = 194+159+160=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 160 (62.89% from 255 or 31.19% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FA0 is #3D605F. Grayscale: #A9A9A9. Windows color (decimal): -4022368 or 10526658. OLE color: 10526658.

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

Color convert

RGB194159160-
CMYK00.180.180.24
HSL358.29º22.29%69.22%-
HSV(B)358.29º18.04%76.08%-
XYZ40.9938.838.59-
YUV169.58122.6145.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 160 (62.89% from 255) = 31.19%
R=37.82%
G=30.99%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415916000.180.180.24358.2922.2969.22
HexC29FA001212181661645
Octal302237240022223054626105
Binary1100001010011111101000000100101001011000101100110101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FA0; }

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

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

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

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

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

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

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

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