#C28E83

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

Shades of Oriental Pink #C28E83

Tints of Oriental Pink #C28E83

Color information

#C28E83 (or 0xC28E83) is unknown color: approx Oriental Pink. HEX triplet: C2, 8E and 83. RGB value is (194,142,131). Sum of RGB (Red+Green+Blue) = 194+142+131=467 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.54% from 467); Green value is 142 (55.86% from 255 or 30.41% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28E83 is #3D717C. Grayscale: #9C9C9C. Windows color (decimal): -4026749 or 8621762. OLE color: 8621762.

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

Color convert

RGB194142131-
CMYK00.270.320.24
HSL10.48º34.05%63.73%-
HSV(B)10.48º32.47%76.08%-
XYZ36.0232.4525.84-
YUV156.29113.73154.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.54%
GREEN value IS 142 (55.86% from 255) = 30.41%
BLUE value IS 131 (51.56% from 255) = 28.05%
R=41.54%
G=30.41%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414213100.270.320.2410.4834.0563.73
HexC28E8301B2018a2240
Octal30221620303340301242100
Binary1100001010001110100000110110111000001100010101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28E83; }

 p { color: rgb(194,142,131); }

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

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

 a { background-color: rgb(194,142,131); }

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

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

 span { border-color: rgb(194,142,131); }

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