#C0928D

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

Shades of Oriental Pink #C0928D

Tints of Oriental Pink #C0928D

Color information

#C0928D (or 0xC0928D) is unknown color: approx Oriental Pink. HEX triplet: C0, 92 and 8D. RGB value is (192,146,141). Sum of RGB (Red+Green+Blue) = 192+146+141=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0928D is #3F6D72. Grayscale: #9F9F9F. Windows color (decimal): -4156787 or 9278144. OLE color: 9278144.

HSL color Cylindrical-coordinate representation of color #C0928D: hue angle of 5.88º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0928D is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB192146141-
CMYK00.240.270.25
HSL5.88º28.81%65.29%-
HSV(B)5.88º26.56%75.29%-
XYZ36.8233.6929.76-
YUV159.18117.74151.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.08%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=40.08%
G=30.48%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214614100.240.270.255.8828.8165.29
HexC0928D0181B1961d41
Octal3002222150303331635101
Binary1100000010010010100011010110001101111001110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0928D; }

 p { color: rgb(192,146,141); }

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

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

 a { background-color: rgb(192,146,141); }

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

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

 span { border-color: rgb(192,146,141); }

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