#C29798

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

Shades of Careys Pink #C29798

Tints of Careys Pink #C29798

Color information

#C29798 (or 0xC29798) is unknown color: approx Careys Pink. HEX triplet: C2, 97 and 98. RGB value is (194,151,152). Sum of RGB (Red+Green+Blue) = 194+151+152=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 152 (59.77% from 255 or 30.58% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C29798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29798 is #3D6867. Grayscale: #A4A4A4. Windows color (decimal): -4024424 or 10000322. OLE color: 10000322.

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

Color convert

RGB194151152-
CMYK00.220.220.24
HSL358.6º26.06%67.65%-
HSV(B)358.6º22.16%76.08%-
XYZ38.9835.8734.57-
YUV163.97121.25149.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.03%
GREEN value IS 151 (59.38% from 255) = 30.38%
BLUE value IS 152 (59.77% from 255) = 30.58%
R=39.03%
G=30.38%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19415115200.220.220.24358.626.0667.65
HexC2979801616181671a44
Octal302227230026263054732104
Binary1100001010010111100110000101101011011000101100111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29798; }

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

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

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

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

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

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

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

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