#C29FAA

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

Shades of Careys Pink #C29FAA

Tints of Careys Pink #C29FAA

Color information

#C29FAA (or 0xC29FAA) is unknown color: approx Careys Pink. HEX triplet: C2, 9F and AA. RGB value is (194,159,170). Sum of RGB (Red+Green+Blue) = 194+159+170=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 159 (62.5% from 255 or 30.40% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C29FAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29FAA is #3D6055. Grayscale: #AAAAAA. Windows color (decimal): -4022358 or 11182018. OLE color: 11182018.

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

Color convert

RGB194159170-
CMYK00.180.120.24
HSL341.14º22.29%69.22%-
HSV(B)341.14º18.04%76.08%-
XYZ41.939.1743.38-
YUV170.72127.6144.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.09%
GREEN value IS 159 (62.5% from 255) = 30.40%
BLUE value IS 170 (66.80% from 255) = 32.50%
R=37.09%
G=30.40%
B=32.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415917000.180.120.24341.1422.2969.22
HexC29FAA012C181551645
Octal302237252022143052526105
Binary110000101001111110101010010010110011000101010101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29FAA; }

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

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

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

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

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

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

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

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