#C29A9D

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

Shades of Careys Pink #C29A9D

Tints of Careys Pink #C29A9D

Color information

#C29A9D (or 0xC29A9D) is unknown color: approx Careys Pink. HEX triplet: C2, 9A and 9D. RGB value is (194,154,157). Sum of RGB (Red+Green+Blue) = 194+154+157=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29A9D is #3D6562. Grayscale: #A6A6A6. Windows color (decimal): -4023651 or 10328770. OLE color: 10328770.

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

Color convert

RGB194154157-
CMYK00.210.190.24
HSL355.5º24.69%68.24%-
HSV(B)355.5º20.62%76.08%-
XYZ39.8937.0136.94-
YUV166.3122.75147.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.42%
GREEN value IS 154 (60.55% from 255) = 30.50%
BLUE value IS 157 (61.72% from 255) = 31.09%
R=38.42%
G=30.50%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415415700.210.190.24355.524.6968.24
HexC29A9D01513181641944
Octal302232235025233054431104
Binary1100001010011010100111010101011001111000101100100110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A9D; }

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

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

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

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

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

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

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

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