#C39185

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

Shades of Oriental Pink #C39185

Tints of Oriental Pink #C39185

Color information

#C39185 (or 0xC39185) is unknown color: approx Oriental Pink. HEX triplet: C3, 91 and 85. RGB value is (195,145,133). Sum of RGB (Red+Green+Blue) = 195+145+133=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 145 (57.03% from 255 or 30.66% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C39185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39185 is #3C6E7A. Grayscale: #9E9E9E. Windows color (decimal): -3960443 or 8753603. OLE color: 8753603.

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

Color convert

RGB195145133-
CMYK00.260.320.24
HSL11.61º34.07%64.31%-
HSV(B)11.61º31.79%76.47%-
XYZ36.8633.5526.72-
YUV158.58113.56153.98-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.23%
GREEN value IS 145 (57.03% from 255) = 30.66%
BLUE value IS 133 (52.34% from 255) = 28.12%
R=41.23%
G=30.66%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514513300.260.320.2411.6134.0764.31
HexC3918501A2018c2240
Octal30322120503240301442100
Binary1100001110010001100001010110101000001100011001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39185; }

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

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

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

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

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

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

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

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