#C8928E

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

Shades of Oriental Pink #C8928E

Tints of Oriental Pink #C8928E

Color information

#C8928E (or 0xC8928E) is unknown color: approx Oriental Pink. HEX triplet: C8, 92 and 8E. RGB value is (200,146,142). Sum of RGB (Red+Green+Blue) = 200+146+142=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 200 - color contains mainly: red. Hex color #C8928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8928E is #376D71. Grayscale: #A1A1A1. Windows color (decimal): -3632498 or 9343688. OLE color: 9343688.

HSL color Cylindrical-coordinate representation of color #C8928E: hue angle of 4.14º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8928E is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB200146142-
CMYK00.270.290.22
HSL4.14º34.52%67.06%-
HSV(B)4.14º29%78.43%-
XYZ38.9834.7930.25-
YUV161.69116.89155.33-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 40.98%
GREEN value IS 146 (57.42% from 255) = 29.92%
BLUE value IS 142 (55.86% from 255) = 29.10%
R=40.98%
G=29.92%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014614200.270.290.224.1434.5267.06
HexC8928E01B1D1642343
Octal3102222160333526443103
Binary11001000100100101000111001101111101101101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8928E; }

 p { color: rgb(200,146,142); }

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

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

 a { background-color: rgb(200,146,142); }

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

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

 span { border-color: rgb(200,146,142); }

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