#C29498

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

Shades of Careys Pink #C29498

Tints of Careys Pink #C29498

Color information

#C29498 (or 0xC29498) is unknown color: approx Careys Pink. HEX triplet: C2, 94 and 98. RGB value is (194,148,152). Sum of RGB (Red+Green+Blue) = 194+148+152=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C29498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29498 is #3D6B67. Grayscale: #A2A2A2. Windows color (decimal): -4025192 or 9999554. OLE color: 9999554.

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

Color convert

RGB194148152-
CMYK00.240.220.24
HSL354.78º27.38%67.06%-
HSV(B)354.78º23.71%76.08%-
XYZ38.5134.9234.42-
YUV162.21122.24150.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=39.27%
G=29.96%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414815200.240.220.24354.7827.3867.06
HexC2949801816181631b43
Octal302224230030263054333103
Binary1100001010010100100110000110001011011000101100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29498; }

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

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

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

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

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

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

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

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