#C19598

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

Shades of Careys Pink #C19598

Tints of Careys Pink #C19598

Color information

#C19598 (or 0xC19598) is unknown color: approx Careys Pink. HEX triplet: C1, 95 and 98. RGB value is (193,149,152). Sum of RGB (Red+Green+Blue) = 193+149+152=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 149 (58.59% from 255 or 30.16% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C19598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19598 is #3E6A67. Grayscale: #A2A2A2. Windows color (decimal): -4090472 or 9999809. OLE color: 9999809.

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

Color convert

RGB193149152-
CMYK00.230.210.24
HSL355.91º26.19%67.06%-
HSV(B)355.91º22.8%75.69%-
XYZ38.4135.134.46-
YUV162.5122.08149.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.07%
GREEN value IS 149 (58.59% from 255) = 30.16%
BLUE value IS 152 (59.77% from 255) = 30.77%
R=39.07%
G=30.16%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314915200.230.210.24355.9126.1967.06
HexC1959801715181641a43
Octal301225230027253054432103
Binary1100000110010101100110000101111010111000101100100110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19598; }

 p { color: rgb(193,149,152); }

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

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

 a { background-color: rgb(193,149,152); }

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

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

 span { border-color: rgb(193,149,152); }

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