#C19798

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

Shades of Careys Pink #C19798

Tints of Careys Pink #C19798

Color information

#C19798 (or 0xC19798) is unknown color: approx Careys Pink. HEX triplet: C1, 97 and 98. RGB value is (193,151,152). Sum of RGB (Red+Green+Blue) = 193+151+152=496 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.91% from 496); Green value is 151 (59.38% from 255 or 30.44% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 193 - color contains mainly: red. Hex color #C19798 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19798 is #3E6867. Grayscale: #A3A3A3. Windows color (decimal): -4089960 or 10000321. OLE color: 10000321.

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

Color convert

RGB193151152-
CMYK00.220.210.24
HSL358.57º25.3%67.45%-
HSV(B)358.57º21.76%75.69%-
XYZ38.7335.7434.56-
YUV163.67121.41148.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.91%
GREEN value IS 151 (59.38% from 255) = 30.44%
BLUE value IS 152 (59.77% from 255) = 30.65%
R=38.91%
G=30.44%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19315115200.220.210.24358.5725.367.45
HexC1979801615181671943
Octal301227230026253054731103
Binary1100000110010111100110000101101010111000101100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19798; }

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

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

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

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

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

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

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

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