#C88D8A

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

Shades of Oriental Pink #C88D8A

Tints of Oriental Pink #C88D8A

Color information

#C88D8A (or 0xC88D8A) is unknown color: approx Oriental Pink. HEX triplet: C8, 8D and 8A. RGB value is (200,141,138). Sum of RGB (Red+Green+Blue) = 200+141+138=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C88D8A is #377275. Grayscale: #9E9E9E. Windows color (decimal): -3633782 or 9080264. OLE color: 9080264.

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

Color convert

RGB200141138-
CMYK00.290.310.22
HSL2.9º36.05%66.27%-
HSV(B)2.9º31%78.43%-
XYZ37.9333.1628.45-
YUV158.3116.55157.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.75%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 138 (54.30% from 255) = 28.81%
R=41.75%
G=29.44%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014113800.290.310.222.936.0566.27
HexC88D8A01D1F1632442
Octal3102152120353726344102
Binary1100100010001101100010100111011111110110111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D8A; }

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

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

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

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

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

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

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

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