#C9928C

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

Shades of Oriental Pink #C9928C

Tints of Oriental Pink #C9928C

Color information

#C9928C (or 0xC9928C) is unknown color: approx Oriental Pink. HEX triplet: C9, 92 and 8C. RGB value is (201,146,140). Sum of RGB (Red+Green+Blue) = 201+146+140=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 201 - color contains mainly: red. Hex color #C9928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9928C is #366D73. Grayscale: #A1A1A1. Windows color (decimal): -3566964 or 9212617. OLE color: 9212617.

HSL color Cylindrical-coordinate representation of color #C9928C: hue angle of 5.9º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C9928C is Cyan = 0, Magento = 0.27, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB201146140-
CMYK00.270.300.21
HSL5.9º36.09%66.86%-
HSV(B)5.9º30.35%78.82%-
XYZ39.134.8729.48-
YUV161.76115.72155.99-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.27%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=41.27%
G=29.98%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114614000.270.300.215.936.0966.86
HexC9928C01B1E1562443
Octal3112222140333625644103
Binary11001001100100101000110001101111110101011101001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9928C; }

 p { color: rgb(201,146,140); }

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

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

 a { background-color: rgb(201,146,140); }

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

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

 span { border-color: rgb(201,146,140); }

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