#C88483

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

Shades of Oriental Pink #C88483

Tints of Oriental Pink #C88483

Color information

#C88483 (or 0xC88483) is unknown color: approx Oriental Pink. HEX triplet: C8, 84 and 83. RGB value is (200,132,131). Sum of RGB (Red+Green+Blue) = 200+132+131=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C88483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88483 is #377B7C. Grayscale: #989898. Windows color (decimal): -3636093 or 8619208. OLE color: 8619208.

HSL color Cylindrical-coordinate representation of color #C88483: hue angle of 0.87º degrees, saturation: 0.39, 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 #C88483 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB200132131-
CMYK00.340.340.22
HSL0.87º38.55%64.9%-
HSV(B)0.87º34.5%78.43%-
XYZ36.1730.4225.44-
YUV152.22116.03162.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 131 (51.56% from 255) = 28.29%
R=43.20%
G=28.51%
B=28.29%

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
Decimal20013213100.340.340.220.8738.5564.9
HexC88483022221612741
Octal3102042030424226147101
Binary11001000100001001000001101000101000101011011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88483; }

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

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

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

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

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

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

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

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