#C18988

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

Shades of Oriental Pink #C18988

Tints of Oriental Pink #C18988

Color information

#C18988 (or 0xC18988) is unknown color: approx Oriental Pink. HEX triplet: C1, 89 and 88. RGB value is (193,137,136). Sum of RGB (Red+Green+Blue) = 193+137+136=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18988 is #3E7677. Grayscale: #999999. Windows color (decimal): -4093560 or 8948161. OLE color: 8948161.

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

Color convert

RGB193137136-
CMYK00.290.300.24
HSL1.05º31.49%64.51%-
HSV(B)1.05º29.53%75.69%-
XYZ35.3831.0127.41-
YUV153.63118.05156.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=41.42%
G=29.40%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313713600.290.300.241.0531.4964.51
HexC1898801D1E1811f41
Octal3012112100353630137101
Binary11000001100010011000100001110111110110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18988; }

 p { color: rgb(193,137,136); }

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

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

 a { background-color: rgb(193,137,136); }

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

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

 span { border-color: rgb(193,137,136); }

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