#C88980

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

Shades of Oriental Pink #C88980

Tints of Oriental Pink #C88980

Color information

#C88980 (or 0xC88980) is unknown color: approx Oriental Pink. HEX triplet: C8, 89 and 80. RGB value is (200,137,128). Sum of RGB (Red+Green+Blue) = 200+137+128=465 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.01% from 465); Green value is 137 (53.91% from 255 or 29.46% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 200 - color contains mainly: red. Hex color #C88980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88980 is #37767F. Grayscale: #9A9A9A. Windows color (decimal): -3634816 or 8423880. OLE color: 8423880.

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

Color convert

RGB200137128-
CMYK00.320.360.22
HSL7.5º39.56%64.31%-
HSV(B)7.5º36%78.43%-
XYZ36.6631.7324.61-
YUV154.81112.87160.23-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.01%
GREEN value IS 137 (53.91% from 255) = 29.46%
BLUE value IS 128 (50.39% from 255) = 27.53%
R=43.01%
G=29.46%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013712800.320.360.227.539.5664.31
HexC88980020241682840
Octal31021120004044261050100
Binary11001000100010011000000001000001001001011010001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88980; }

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

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

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

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

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

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

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

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