#C28986

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

Shades of Oriental Pink #C28986

Tints of Oriental Pink #C28986

Color information

#C28986 (or 0xC28986) is unknown color: approx Oriental Pink. HEX triplet: C2, 89 and 86. RGB value is (194,137,134). Sum of RGB (Red+Green+Blue) = 194+137+134=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C28986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28986 is #3D7679. Grayscale: #999999. Windows color (decimal): -4028026 or 8817090. OLE color: 8817090.

HSL color Cylindrical-coordinate representation of color #C28986: hue angle of 3º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C28986 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194137134-
CMYK00.290.310.24
HSL32.97%64.31%-
HSV(B)30.93%76.08%-
XYZ35.531.0826.68-
YUV153.7116.88156.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.72%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=41.72%
G=29.46%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413713400.290.310.24332.9764.31
HexC2898601D1F1832140
Octal3022112060353730341100
Binary1100001010001001100001100111011111111000111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28986; }

 p { color: rgb(194,137,134); }

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

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

 a { background-color: rgb(194,137,134); }

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

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

 span { border-color: rgb(194,137,134); }

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