#C88D89

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

Shades of Oriental Pink #C88D89

Tints of Oriental Pink #C88D89

Color information

#C88D89 (or 0xC88D89) is unknown color: approx Oriental Pink. HEX triplet: C8, 8D and 89. RGB value is (200,141,137). Sum of RGB (Red+Green+Blue) = 200+141+137=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 141 (55.47% from 255 or 29.50% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D89 is #377276. Grayscale: #9E9E9E. Windows color (decimal): -3633783 or 9014728. OLE color: 9014728.

HSL color Cylindrical-coordinate representation of color #C88D89: hue angle of 3.81º degrees, saturation: 0.36, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C88D89 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB200141137-
CMYK00.290.320.22
HSL3.81º36.42%66.08%-
HSV(B)3.81º31.5%78.43%-
XYZ37.8633.1428.07-
YUV158.18116.05157.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.84%
GREEN value IS 141 (55.47% from 255) = 29.50%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=41.84%
G=29.50%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014113700.290.320.223.8136.4266.08
HexC88D8901D201642442
Octal3102152110354026444102
Binary110010001000110110001001011101100000101101001001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D89; }

 p { color: rgb(200,141,137); }

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

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

 a { background-color: rgb(200,141,137); }

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

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

 span { border-color: rgb(200,141,137); }

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