#C7928D

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

Shades of Oriental Pink #C7928D

Tints of Oriental Pink #C7928D

Color information

#C7928D (or 0xC7928D) is unknown color: approx Oriental Pink. HEX triplet: C7, 92 and 8D. RGB value is (199,146,141). Sum of RGB (Red+Green+Blue) = 199+146+141=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 199 - color contains mainly: red. Hex color #C7928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7928D is #386D72. Grayscale: #A1A1A1. Windows color (decimal): -3698035 or 9278151. OLE color: 9278151.

HSL color Cylindrical-coordinate representation of color #C7928D: hue angle of 5.17º degrees, saturation: 0.34, 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 #C7928D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB199146141-
CMYK00.270.290.22
HSL5.17º34.12%66.67%-
HSV(B)5.17º29.15%78.04%-
XYZ38.6434.6229.85-
YUV161.28116.56154.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=40.95%
G=30.04%
B=29.01%

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
Decimal19914614100.270.290.225.1734.1266.67
HexC7928D01B1D1652243
Octal3072222150333526542103
Binary11000111100100101000110101101111101101101011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7928D; }

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

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

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

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

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

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

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

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