#C19498

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

Shades of Careys Pink #C19498

Tints of Careys Pink #C19498

Color information

#C19498 (or 0xC19498) is unknown color: approx Careys Pink. HEX triplet: C1, 94 and 98. RGB value is (193,148,152). Sum of RGB (Red+Green+Blue) = 193+148+152=493 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.15% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 193 - color contains mainly: red. Hex color #C19498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19498 is #3E6B67. Grayscale: #A1A1A1. Windows color (decimal): -4090728 or 9999553. OLE color: 9999553.

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

Color convert

RGB193148152-
CMYK00.230.210.24
HSL354.67º26.63%66.86%-
HSV(B)354.67º23.32%75.69%-
XYZ38.2534.7834.4-
YUV161.91122.41150.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.15%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 152 (59.77% from 255) = 30.83%
R=39.15%
G=30.02%
B=30.83%

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
Decimal19314815200.230.210.24354.6726.6366.86
HexC1949801715181631b43
Octal301224230027253054333103
Binary1100000110010100100110000101111010111000101100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19498; }

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

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

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

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

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

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

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

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