#C29296

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

Shades of Careys Pink #C29296

Tints of Careys Pink #C29296

Color information

#C29296 (or 0xC29296) is unknown color: approx Careys Pink. HEX triplet: C2, 92 and 96. RGB value is (194,146,150). Sum of RGB (Red+Green+Blue) = 194+146+150=490 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.59% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 150 (58.98% from 255 or 30.61% from 490); Max value from RGB is 194 - color contains mainly: red. Hex color #C29296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29296 is #3D6D69. Grayscale: #A0A0A0. Windows color (decimal): -4025706 or 9867970. OLE color: 9867970.

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

Color convert

RGB194146150-
CMYK00.250.230.24
HSL355º28.24%66.67%-
HSV(B)355º24.74%76.08%-
XYZ38.0334.2333.46-
YUV160.81121.9151.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.59%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 150 (58.98% from 255) = 30.61%
R=39.59%
G=29.80%
B=30.61%

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
Decimal19414615000.250.230.2435528.2466.67
HexC2929601917181631c43
Octal302222226031273054334103
Binary1100001010010010100101100110011011111000101100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29296; }

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

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

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

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

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

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

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

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