#C4928D

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

Shades of Oriental Pink #C4928D

Tints of Oriental Pink #C4928D

Color information

#C4928D (or 0xC4928D) is unknown color: approx Oriental Pink. HEX triplet: C4, 92 and 8D. RGB value is (196,146,141). Sum of RGB (Red+Green+Blue) = 196+146+141=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 146 (57.42% from 255 or 30.23% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C4928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4928D is #3B6D72. Grayscale: #A0A0A0. Windows color (decimal): -3894643 or 9278148. OLE color: 9278148.

HSL color Cylindrical-coordinate representation of color #C4928D: hue angle of 5.45º degrees, saturation: 0.32, 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 #C4928D is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB196146141-
CMYK00.260.280.23
HSL5.45º31.79%66.08%-
HSV(B)5.45º28.06%76.86%-
XYZ37.8534.2229.81-
YUV160.38117.06153.41-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 146 (57.42% from 255) = 30.23%
BLUE value IS 141 (55.47% from 255) = 29.19%
R=40.58%
G=30.23%
B=29.19%

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
Decimal19614614100.260.280.235.4531.7966.08
HexC4928D01A1C1752042
Octal3042222150323427540102
Binary11000100100100101000110101101011100101111011000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4928D; }

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

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

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

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

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

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

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

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