#C29DA6

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

Shades of Careys Pink #C29DA6

Tints of Careys Pink #C29DA6

Color information

#C29DA6 (or 0xC29DA6) is unknown color: approx Careys Pink. HEX triplet: C2, 9D and A6. RGB value is (194,157,166). Sum of RGB (Red+Green+Blue) = 194+157+166=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 157 (61.72% from 255 or 30.37% from 517); Blue value is 166 (65.23% from 255 or 32.11% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C29DA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29DA6 is #3D6259. Grayscale: #A9A9A9. Windows color (decimal): -4022874 or 10919362. OLE color: 10919362.

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

Color convert

RGB194157166-
CMYK00.190.140.24
HSL345.41º23.27%68.82%-
HSV(B)345.41º19.07%76.08%-
XYZ41.1938.3441.31-
YUV169.09126.26145.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 157 (61.72% from 255) = 30.37%
BLUE value IS 166 (65.23% from 255) = 32.11%
R=37.52%
G=30.37%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415716600.190.140.24345.4123.2768.82
HexC29DA6013E181591745
Octal302235246023163053127105
Binary110000101001110110100110010011111011000101011001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29DA6; }

 p { color: rgb(194,157,166); }

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

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

 a { background-color: rgb(194,157,166); }

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

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

 span { border-color: rgb(194,157,166); }

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