#C18985

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

Shades of Oriental Pink #C18985

Tints of Oriental Pink #C18985

Color information

#C18985 (or 0xC18985) is unknown color: approx Oriental Pink. HEX triplet: C1, 89 and 85. RGB value is (193,137,133). Sum of RGB (Red+Green+Blue) = 193+137+133=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C18985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18985 is #3E767A. Grayscale: #999999. Windows color (decimal): -4093563 or 8751553. OLE color: 8751553.

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

Color convert

RGB193137133-
CMYK00.290.310.24
HSL32.61%63.92%-
HSV(B)31.09%75.69%-
XYZ35.1730.9226.31-
YUV153.29116.55156.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 137 (53.91% from 255) = 29.59%
BLUE value IS 133 (52.34% from 255) = 28.73%
R=41.68%
G=29.59%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313713300.290.310.24432.6163.92
HexC1898501D1F1842140
Octal3012112050353730441100
Binary11000001100010011000010101110111111110001001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18985; }

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

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

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

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

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

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

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

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