#C18B8A

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

Shades of Oriental Pink #C18B8A

Tints of Oriental Pink #C18B8A

Color information

#C18B8A (or 0xC18B8A) is unknown color: approx Oriental Pink. HEX triplet: C1, 8B and 8A. RGB value is (193,139,138). Sum of RGB (Red+Green+Blue) = 193+139+138=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 139 (54.69% from 255 or 29.57% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C18B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18B8A is #3E7475. Grayscale: #9B9B9B. Windows color (decimal): -4093046 or 9079745. OLE color: 9079745.

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

Color convert

RGB193139138-
CMYK00.280.280.24
HSL1.09º30.73%64.9%-
HSV(B)1.09º28.5%75.69%-
XYZ35.8131.6428.26-
YUV155.03118.39155.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 139 (54.69% from 255) = 29.57%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=41.06%
G=29.57%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19313913800.280.280.241.0930.7364.9
HexC18B8A01C1C1811f41
Octal3012132120343430137101
Binary11000001100010111000101001110011100110001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18B8A; }

 p { color: rgb(193,139,138); }

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

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

 a { background-color: rgb(193,139,138); }

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

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

 span { border-color: rgb(193,139,138); }

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