#C99186

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

Shades of Oriental Pink #C99186

Tints of Oriental Pink #C99186

Color information

#C99186 (or 0xC99186) is unknown color: approx Oriental Pink. HEX triplet: C9, 91 and 86. RGB value is (201,145,134). Sum of RGB (Red+Green+Blue) = 201+145+134=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 201 - color contains mainly: red. Hex color #C99186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99186 is #366E79. Grayscale: #A0A0A0. Windows color (decimal): -3567226 or 8819145. OLE color: 8819145.

HSL color Cylindrical-coordinate representation of color #C99186: hue angle of 9.85º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99186 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB201145134-
CMYK00.280.330.21
HSL9.85º38.29%65.69%-
HSV(B)9.85º33.33%78.82%-
XYZ38.5234.3927.16-
YUV160.49113.05156.89-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.88%
GREEN value IS 145 (57.03% from 255) = 30.21%
BLUE value IS 134 (52.73% from 255) = 27.92%
R=41.88%
G=30.21%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114513400.280.330.219.8538.2965.69
HexC9918601C2115a2642
Octal31122120603441251246102
Binary1100100110010001100001100111001000011010110101001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99186; }

 p { color: rgb(201,145,134); }

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

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

 a { background-color: rgb(201,145,134); }

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

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

 span { border-color: rgb(201,145,134); }

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