#C28C86

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

Shades of Oriental Pink #C28C86

Tints of Oriental Pink #C28C86

Color information

#C28C86 (or 0xC28C86) is unknown color: approx Oriental Pink. HEX triplet: C2, 8C and 86. RGB value is (194,140,134). Sum of RGB (Red+Green+Blue) = 194+140+134=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 140 (55.08% from 255 or 29.91% from 468); Blue value is 134 (52.73% from 255 or 28.63% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28C86 is #3D7379. Grayscale: #9B9B9B. Windows color (decimal): -4027258 or 8817858. OLE color: 8817858.

HSL color Cylindrical-coordinate representation of color #C28C86: hue angle of 6º 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 #C28C86 is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB194140134-
CMYK00.280.310.24
HSL32.97%64.31%-
HSV(B)30.93%76.08%-
XYZ35.9331.9526.83-
YUV155.46115.89155.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 140 (55.08% from 255) = 29.91%
BLUE value IS 134 (52.73% from 255) = 28.63%
R=41.45%
G=29.91%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414013400.280.310.24632.9764.31
HexC28C8601C1F1862140
Octal3022142060343730641100
Binary11000010100011001000011001110011111110001101000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28C86; }

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

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

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

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

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

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

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

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