#C89088

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

Shades of Oriental Pink #C89088

Tints of Oriental Pink #C89088

Color information

#C89088 (or 0xC89088) is unknown color: approx Oriental Pink. HEX triplet: C8, 90 and 88. RGB value is (200,144,136). Sum of RGB (Red+Green+Blue) = 200+144+136=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 200 - color contains mainly: red. Hex color #C89088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C89088 is #376F77. Grayscale: #9F9F9F. Windows color (decimal): -3633016 or 8949960. OLE color: 8949960.

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

Color convert

RGB200144136-
CMYK00.280.320.22
HSL7.5º36.78%65.88%-
HSV(B)7.5º32%78.43%-
XYZ38.243427.84-
YUV159.83114.55156.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.67%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 136 (53.52% from 255) = 28.33%
R=41.67%
G=30%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014413600.280.320.227.536.7865.88
HexC8908801C201682542
Octal31022021003440261045102
Binary1100100010010000100010000111001000001011010001001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89088; }

 p { color: rgb(200,144,136); }

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

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

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

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

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

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

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