#C19FA3

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

Shades of Careys Pink #C19FA3

Tints of Careys Pink #C19FA3

Color information

#C19FA3 (or 0xC19FA3) is unknown color: approx Careys Pink. HEX triplet: C1, 9F and A3. RGB value is (193,159,163). Sum of RGB (Red+Green+Blue) = 193+159+163=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 159 (62.5% from 255 or 30.87% from 515); Blue value is 163 (64.06% from 255 or 31.65% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C19FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19FA3 is #3E605C. Grayscale: #A9A9A9. Windows color (decimal): -4087901 or 10723265. OLE color: 10723265.

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

Color convert

RGB193159163-
CMYK00.180.160.24
HSL352.94º21.52%69.02%-
HSV(B)352.94º17.62%75.69%-
XYZ4138.7839.97-
YUV169.62124.26144.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 37.48%
GREEN value IS 159 (62.5% from 255) = 30.87%
BLUE value IS 163 (64.06% from 255) = 31.65%
R=37.48%
G=30.87%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315916300.180.160.24352.9421.5269.02
HexC19FA301210181611645
Octal301237243022203054126105
Binary1100000110011111101000110100101000011000101100001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19FA3; }

 p { color: rgb(193,159,163); }

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

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

 a { background-color: rgb(193,159,163); }

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

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

 span { border-color: rgb(193,159,163); }

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