#C39187

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

Shades of Oriental Pink #C39187

Tints of Oriental Pink #C39187

Color information

#C39187 (or 0xC39187) is unknown color: approx Oriental Pink. HEX triplet: C3, 91 and 87. RGB value is (195,145,135). Sum of RGB (Red+Green+Blue) = 195+145+135=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 135 (53.12% from 255 or 28.42% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C39187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39187 is #3C6E78. Grayscale: #9E9E9E. Windows color (decimal): -3960441 or 8884675. OLE color: 8884675.

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

Color convert

RGB195145135-
CMYK00.260.310.24
HSL10º33.33%64.71%-
HSV(B)10º30.77%76.47%-
XYZ3733.627.46-
YUV158.81114.56153.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.05%
GREEN value IS 145 (57.03% from 255) = 30.53%
BLUE value IS 135 (53.12% from 255) = 28.42%
R=41.05%
G=30.53%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514513500.260.310.241033.3364.71
HexC3918701A1F18a2141
Octal30322120703237301241101
Binary110000111001000110000111011010111111100010101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39187; }

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

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

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

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

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

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

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

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