#C29398

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

Shades of Careys Pink #C29398

Tints of Careys Pink #C29398

Color information

#C29398 (or 0xC29398) is unknown color: approx Careys Pink. HEX triplet: C2, 93 and 98. RGB value is (194,147,152). Sum of RGB (Red+Green+Blue) = 194+147+152=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 147 (57.81% from 255 or 29.82% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C29398 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C29398 is #3D6C67. Grayscale: #A1A1A1. Windows color (decimal): -4025448 or 9999298. OLE color: 9999298.

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

Color convert

RGB194147152-
CMYK00.240.220.24
HSL353.62º27.81%66.86%-
HSV(B)353.62º24.23%76.08%-
XYZ38.3534.634.36-
YUV161.62122.57151.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 147 (57.81% from 255) = 29.82%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=39.35%
G=29.82%
B=30.83%

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
Decimal19414715200.240.220.24353.6227.8166.86
HexC2939801816181621c43
Octal302223230030263054234103
Binary1100001010010011100110000110001011011000101100010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29398; }

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

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

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

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

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

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

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

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