#C39184

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

Shades of Oriental Pink #C39184

Tints of Oriental Pink #C39184

Color information

#C39184 (or 0xC39184) is unknown color: approx Oriental Pink. HEX triplet: C3, 91 and 84. RGB value is (195,145,132). Sum of RGB (Red+Green+Blue) = 195+145+132=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C39184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C39184 is #3C6E7B. Grayscale: #9E9E9E. Windows color (decimal): -3960444 or 8688067. OLE color: 8688067.

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

Color convert

RGB195145132-
CMYK00.260.320.24
HSL12.38º34.43%64.12%-
HSV(B)12.38º32.31%76.47%-
XYZ36.833.5226.36-
YUV158.47113.06154.06-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.31%
GREEN value IS 145 (57.03% from 255) = 30.72%
BLUE value IS 132 (51.95% from 255) = 27.97%
R=41.31%
G=30.72%
B=27.97%

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
Decimal19514513200.260.320.2412.3834.4364.12
HexC3918401A2018c2240
Octal30322120403240301442100
Binary1100001110010001100001000110101000001100011001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C39184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C39184; }

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

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

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

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

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

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

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

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