#C29294

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

Shades of Careys Pink #C29294

Tints of Careys Pink #C29294

Color information

#C29294 (or 0xC29294) is unknown color: approx Careys Pink. HEX triplet: C2, 92 and 94. RGB value is (194,146,148). Sum of RGB (Red+Green+Blue) = 194+146+148=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C29294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29294 is #3D6D6B. Grayscale: #A0A0A0. Windows color (decimal): -4025708 or 9736898. OLE color: 9736898.

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

Color convert

RGB194146148-
CMYK00.250.240.24
HSL357.5º28.24%66.67%-
HSV(B)357.5º24.74%76.08%-
XYZ37.8734.1732.62-
YUV160.58120.9151.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.75%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 148 (58.20% from 255) = 30.33%
R=39.75%
G=29.92%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414614800.250.240.24357.528.2466.67
HexC2929401918181661c43
Octal302222224031303054634103
Binary1100001010010010100101000110011100011000101100110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29294; }

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

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

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

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

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

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

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

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