#C28888

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

Shades of Oriental Pink #C28888

Tints of Oriental Pink #C28888

Color information

#C28888 (or 0xC28888) is unknown color: approx Oriental Pink. HEX triplet: C2, 88 and 88. RGB value is (194,136,136). Sum of RGB (Red+Green+Blue) = 194+136+136=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C28888 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28888 is #3D7777. Grayscale: #999999. Windows color (decimal): -4028280 or 8947906. OLE color: 8947906.

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

Color convert

RGB194136136-
CMYK00.300.300.24
HSL32.22%64.71%-
HSV(B)29.9%76.08%-
XYZ35.530.8627.38-
YUV153.34118.22157-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.63%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 136 (53.52% from 255) = 29.18%
R=41.63%
G=29.18%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413613600.300.300.24032.2264.71
HexC2888801E1E1802041
Octal3022102100363630040101
Binary110000101000100010001000011110111101100001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28888; }

 p { color: rgb(194,136,136); }

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

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

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

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

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

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

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