#C88F8A

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

Shades of Oriental Pink #C88F8A

Tints of Oriental Pink #C88F8A

Color information

#C88F8A (or 0xC88F8A) is unknown color: approx Oriental Pink. HEX triplet: C8, 8F and 8A. RGB value is (200,143,138). Sum of RGB (Red+Green+Blue) = 200+143+138=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 138 (54.30% from 255 or 28.69% from 481); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88F8A is #377075. Grayscale: #9F9F9F. Windows color (decimal): -3633270 or 9080776. OLE color: 9080776.

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

Color convert

RGB200143138-
CMYK00.280.310.22
HSL4.84º36.05%66.27%-
HSV(B)4.84º31%78.43%-
XYZ38.2333.7628.55-
YUV159.47115.88156.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.58%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 138 (54.30% from 255) = 28.69%
R=41.58%
G=29.73%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014313800.280.310.224.8436.0566.27
HexC88F8A01C1F1652442
Octal3102172120343726544102
Binary11001000100011111000101001110011111101101011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F8A; }

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

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

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

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

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

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

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

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