#C19187

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

Shades of Oriental Pink #C19187

Tints of Oriental Pink #C19187

Color information

#C19187 (or 0xC19187) is unknown color: approx Oriental Pink. HEX triplet: C1, 91 and 87. RGB value is (193,145,135). Sum of RGB (Red+Green+Blue) = 193+145+135=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19187 is #3E6E78. Grayscale: #9E9E9E. Windows color (decimal): -4091513 or 8884673. OLE color: 8884673.

HSL color Cylindrical-coordinate representation of color #C19187: hue angle of 10.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C19187 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB193145135-
CMYK00.250.300.24
HSL10.34º31.87%64.31%-
HSV(B)10.34º30.05%75.69%-
XYZ36.4933.3427.43-
YUV158.21114.9152.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.80%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 135 (53.12% from 255) = 28.54%
R=40.80%
G=30.66%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314513500.250.300.2410.3431.8764.31
HexC191870191E18a2040
Octal30122120703136301240100
Binary110000011001000110000111011001111101100010101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19187; }

 p { color: rgb(193,145,135); }

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

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

 a { background-color: rgb(193,145,135); }

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

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

 span { border-color: rgb(193,145,135); }

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