#C29196

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

Shades of Careys Pink #C29196

Tints of Careys Pink #C29196

Color information

#C29196 (or 0xC29196) is unknown color: approx Careys Pink. HEX triplet: C2, 91 and 96. RGB value is (194,145,150). Sum of RGB (Red+Green+Blue) = 194+145+150=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 145 (57.03% from 255 or 29.65% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C29196 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29196 is #3D6E69. Grayscale: #A0A0A0. Windows color (decimal): -4025962 or 9867714. OLE color: 9867714.

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

Color convert

RGB194145150-
CMYK00.250.230.24
HSL353.88º28.65%66.47%-
HSV(B)353.88º25.26%76.08%-
XYZ37.8833.9233.41-
YUV160.22122.23152.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.67%
GREEN value IS 145 (57.03% from 255) = 29.65%
BLUE value IS 150 (58.98% from 255) = 30.67%
R=39.67%
G=29.65%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414515000.250.230.24353.8828.6566.47
HexC2919601917181621d42
Octal302221226031273054235102
Binary1100001010010001100101100110011011111000101100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29196; }

 p { color: rgb(194,145,150); }

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

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

 a { background-color: rgb(194,145,150); }

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

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

 span { border-color: rgb(194,145,150); }

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