#C18C85

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

Shades of Oriental Pink #C18C85

Tints of Oriental Pink #C18C85

Color information

#C18C85 (or 0xC18C85) is unknown color: approx Oriental Pink. HEX triplet: C1, 8C and 85. RGB value is (193,140,133). Sum of RGB (Red+Green+Blue) = 193+140+133=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18C85 is #3E737A. Grayscale: #9B9B9B. Windows color (decimal): -4092795 or 8752321. OLE color: 8752321.

HSL color Cylindrical-coordinate representation of color #C18C85: hue angle of 7º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C18C85 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB193140133-
CMYK00.270.310.24
HSL32.61%63.92%-
HSV(B)31.09%75.69%-
XYZ35.631.7926.45-
YUV155.05115.56155.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.42%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 133 (52.34% from 255) = 28.54%
R=41.42%
G=30.04%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314013300.270.310.24732.6163.92
HexC18C8501B1F1872140
Octal3012142050333730741100
Binary11000001100011001000010101101111111110001111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C85; }

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

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

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

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

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

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

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

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