#C29BA2

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

Shades of Careys Pink #C29BA2

Tints of Careys Pink #C29BA2

Color information

#C29BA2 (or 0xC29BA2) is unknown color: approx Careys Pink. HEX triplet: C2, 9B and A2. RGB value is (194,155,162). Sum of RGB (Red+Green+Blue) = 194+155+162=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 155 (60.94% from 255 or 30.33% from 511); Blue value is 162 (63.67% from 255 or 31.70% from 511); Max value from RGB is 194 - color contains mainly: red. Hex color #C29BA2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29BA2 is #3D645D. Grayscale: #A7A7A7. Windows color (decimal): -4023390 or 10656706. OLE color: 10656706.

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

Color convert

RGB194155162-
CMYK00.200.160.24
HSL349.23º24.22%68.43%-
HSV(B)349.23º20.1%76.08%-
XYZ40.4937.5239.29-
YUV167.46124.92146.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.96%
GREEN value IS 155 (60.94% from 255) = 30.33%
BLUE value IS 162 (63.67% from 255) = 31.70%
R=37.96%
G=30.33%
B=31.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415516200.200.160.24349.2324.2268.43
HexC29BA2014101815d1844
Octal302233242024203053530104
Binary1100001010011011101000100101001000011000101011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29BA2; }

 p { color: rgb(194,155,162); }

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

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

 a { background-color: rgb(194,155,162); }

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

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

 span { border-color: rgb(194,155,162); }

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