#C39188

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

Shades of Oriental Pink #C39188

Tints of Oriental Pink #C39188

Color information

#C39188 (or 0xC39188) is unknown color: approx Oriental Pink. HEX triplet: C3, 91 and 88. RGB value is (195,145,136). Sum of RGB (Red+Green+Blue) = 195+145+136=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 145 (57.03% from 255 or 30.46% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C39188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39188 is #3C6E77. Grayscale: #9F9F9F. Windows color (decimal): -3960440 or 8950211. OLE color: 8950211.

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

Color convert

RGB195145136-
CMYK00.260.300.24
HSL9.15º32.96%64.9%-
HSV(B)9.15º30.26%76.47%-
XYZ37.0833.6327.83-
YUV158.92115.06153.73-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.97%
GREEN value IS 145 (57.03% from 255) = 30.46%
BLUE value IS 136 (53.52% from 255) = 28.57%
R=40.97%
G=30.46%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514513600.260.300.249.1532.9664.9
HexC3918801A1E1892141
Octal30322121003236301141101
Binary110000111001000110001000011010111101100010011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39188; }

 p { color: rgb(195,145,136); }

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

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

 a { background-color: rgb(195,145,136); }

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

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

 span { border-color: rgb(195,145,136); }

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