#C4928E

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

Shades of Oriental Pink #C4928E

Tints of Oriental Pink #C4928E

Color information

#C4928E (or 0xC4928E) is unknown color: approx Oriental Pink. HEX triplet: C4, 92 and 8E. RGB value is (196,146,142). Sum of RGB (Red+Green+Blue) = 196+146+142=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C4928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4928E is #3B6D71. Grayscale: #A0A0A0. Windows color (decimal): -3894642 or 9343684. OLE color: 9343684.

HSL color Cylindrical-coordinate representation of color #C4928E: hue angle of 4.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4928E is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196146142-
CMYK00.260.280.23
HSL4.44º31.4%66.27%-
HSV(B)4.44º27.55%76.86%-
XYZ37.9334.2530.2-
YUV160.49117.56153.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 146 (57.42% from 255) = 30.17%
BLUE value IS 142 (55.86% from 255) = 29.34%
R=40.50%
G=30.17%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614614200.260.280.234.4431.466.27
HexC4928E01A1C1741f42
Octal3042222160323427437102
Binary1100010010010010100011100110101110010111100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4928E; }

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

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

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

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

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

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

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

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