#C5928A

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

Shades of Oriental Pink #C5928A

Tints of Oriental Pink #C5928A

Color information

#C5928A (or 0xC5928A) is unknown color: approx Oriental Pink. HEX triplet: C5, 92 and 8A. RGB value is (197,146,138). Sum of RGB (Red+Green+Blue) = 197+146+138=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C5928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5928A is #3A6D75. Grayscale: #A0A0A0. Windows color (decimal): -3829110 or 9081541. OLE color: 9081541.

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

Color convert

RGB197146138-
CMYK00.260.300.23
HSL8.14º33.71%65.69%-
HSV(B)8.14º29.95%77.25%-
XYZ37.8934.2628.66-
YUV160.34115.4154.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 146 (57.42% from 255) = 30.35%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=40.96%
G=30.35%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714613800.260.300.238.1433.7165.69
HexC5928A01A1E1782242
Octal30522221203236271042102
Binary110001011001001010001010011010111101011110001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5928A; }

 p { color: rgb(197,146,138); }

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

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

 a { background-color: rgb(197,146,138); }

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

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

 span { border-color: rgb(197,146,138); }

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