#C29AA4

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

Shades of Careys Pink #C29AA4

Tints of Careys Pink #C29AA4

Color information

#C29AA4 (or 0xC29AA4) is unknown color: approx Careys Pink. HEX triplet: C2, 9A and A4. RGB value is (194,154,164). Sum of RGB (Red+Green+Blue) = 194+154+164=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 164 (64.45% from 255 or 32.03% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C29AA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29AA4 is #3D655B. Grayscale: #A7A7A7. Windows color (decimal): -4023644 or 10787522. OLE color: 10787522.

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

Color convert

RGB194154164-
CMYK00.210.150.24
HSL345º24.69%68.24%-
HSV(B)345º20.62%76.08%-
XYZ40.537.2640.18-
YUV167.1126.25147.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 154 (60.55% from 255) = 30.08%
BLUE value IS 164 (64.45% from 255) = 32.03%
R=37.89%
G=30.08%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415416400.210.150.2434524.6968.24
HexC29AA4015F181591944
Octal302232244025173053131104
Binary110000101001101010100100010101111111000101011001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29AA4; }

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

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

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

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

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

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

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

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