#C88A83

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

Shades of Oriental Pink #C88A83

Tints of Oriental Pink #C88A83

Color information

#C88A83 (or 0xC88A83) is unknown color: approx Oriental Pink. HEX triplet: C8, 8A and 83. RGB value is (200,138,131). Sum of RGB (Red+Green+Blue) = 200+138+131=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88A83 is #37757C. Grayscale: #9B9B9B. Windows color (decimal): -3634557 or 8620744. OLE color: 8620744.

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

Color convert

RGB200138131-
CMYK00.310.340.22
HSL6.09º38.55%64.9%-
HSV(B)6.09º34.5%78.43%-
XYZ3732.125.72-
YUV155.74114.04159.57-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=42.64%
G=29.42%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20013813100.310.340.226.0938.5564.9
HexC88A8301F221662741
Octal3102122030374226647101
Binary110010001000101010000011011111100010101101101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88A83; }

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

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

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

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

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

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

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

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