#C18C83

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

Shades of Oriental Pink #C18C83

Tints of Oriental Pink #C18C83

Color information

#C18C83 (or 0xC18C83) is unknown color: approx Oriental Pink. HEX triplet: C1, 8C and 83. RGB value is (193,140,131). Sum of RGB (Red+Green+Blue) = 193+140+131=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 131 (51.56% from 255 or 28.23% from 464); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18C83 is #3E737C. Grayscale: #9A9A9A. Windows color (decimal): -4092797 or 8621249. OLE color: 8621249.

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

Color convert

RGB193140131-
CMYK00.270.320.24
HSL8.71º33.33%63.53%-
HSV(B)8.71º32.12%75.69%-
XYZ35.4731.7325.73-
YUV154.82114.56155.23-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 140 (55.08% from 255) = 30.17%
BLUE value IS 131 (51.56% from 255) = 28.23%
R=41.59%
G=30.17%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314013100.270.320.248.7133.3363.53
HexC18C8301B201892140
Octal30121420303340301141100
Binary1100000110001100100000110110111000001100010011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18C83; }

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

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

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

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

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

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

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

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