#C88484

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

Shades of Oriental Pink #C88484

Tints of Oriental Pink #C88484

Color information

#C88484 (or 0xC88484) is unknown color: approx Oriental Pink. HEX triplet: C8, 84 and 84. RGB value is (200,132,132). Sum of RGB (Red+Green+Blue) = 200+132+132=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 132 (51.95% from 255 or 28.45% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C88484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88484 is #377B7B. Grayscale: #989898. Windows color (decimal): -3636092 or 8684744. OLE color: 8684744.

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

Color convert

RGB200132132-
CMYK00.340.340.22
HSL38.2%65.1%-
HSV(B)34%78.43%-
XYZ36.2430.4525.8-
YUV152.33116.53162-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 132 (51.95% from 255) = 28.45%
BLUE value IS 132 (51.95% from 255) = 28.45%
R=43.10%
G=28.45%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013213200.340.340.22038.265.1
HexC88484022221602641
Octal3102042040424226046101
Binary11001000100001001000010001000101000101011001001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88484; }

 p { color: rgb(200,132,132); }

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

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

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

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

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

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

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