#C18C88

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

Shades of Oriental Pink #C18C88

Tints of Oriental Pink #C18C88

Color information

#C18C88 (or 0xC18C88) is unknown color: approx Oriental Pink. HEX triplet: C1, 8C and 88. RGB value is (193,140,136). Sum of RGB (Red+Green+Blue) = 193+140+136=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 140 (55.08% from 255 or 29.85% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18C88 is #3E7377. Grayscale: #9B9B9B. Windows color (decimal): -4092792 or 8948929. OLE color: 8948929.

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

Color convert

RGB193140136-
CMYK00.270.300.24
HSL4.21º31.49%64.51%-
HSV(B)4.21º29.53%75.69%-
XYZ35.8131.8727.56-
YUV155.39117.06154.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.15%
GREEN value IS 140 (55.08% from 255) = 29.85%
BLUE value IS 136 (53.52% from 255) = 29.00%
R=41.15%
G=29.85%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314013600.270.300.244.2131.4964.51
HexC18C8801B1E1841f41
Octal3012142100333630437101
Binary1100000110001100100010000110111111011000100111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C88; }

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

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

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

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

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

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

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

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