#C29799

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

Shades of Careys Pink #C29799

Tints of Careys Pink #C29799

Color information

#C29799 (or 0xC29799) is unknown color: approx Careys Pink. HEX triplet: C2, 97 and 99. RGB value is (194,151,153). Sum of RGB (Red+Green+Blue) = 194+151+153=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 153 (60.16% from 255 or 30.72% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C29799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29799 is #3D6866. Grayscale: #A4A4A4. Windows color (decimal): -4024423 or 10065858. OLE color: 10065858.

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

Color convert

RGB194151153-
CMYK00.220.210.24
HSL357.21º26.06%67.65%-
HSV(B)357.21º22.16%76.08%-
XYZ39.0635.935.01-
YUV164.08121.75149.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 151 (59.38% from 255) = 30.32%
BLUE value IS 153 (60.16% from 255) = 30.72%
R=38.96%
G=30.32%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415115300.220.210.24357.2126.0667.65
HexC2979901615181651a44
Octal302227231026253054532104
Binary1100001010010111100110010101101010111000101100101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29799; }

 p { color: rgb(194,151,153); }

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

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

 a { background-color: rgb(194,151,153); }

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

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

 span { border-color: rgb(194,151,153); }

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