#C8918D

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

Shades of Oriental Pink #C8918D

Tints of Oriental Pink #C8918D

Color information

#C8918D (or 0xC8918D) is unknown color: approx Oriental Pink. HEX triplet: C8, 91 and 8D. RGB value is (200,145,141). Sum of RGB (Red+Green+Blue) = 200+145+141=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 200 - color contains mainly: red. Hex color #C8918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8918D is #376E72. Grayscale: #A1A1A1. Windows color (decimal): -3632755 or 9277896. OLE color: 9277896.

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

Color convert

RGB200145141-
CMYK00.280.290.22
HSL4.07º34.91%66.86%-
HSV(B)4.07º29.5%78.43%-
XYZ38.7534.4529.81-
YUV160.99116.72155.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.15%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 141 (55.47% from 255) = 29.01%
R=41.15%
G=29.84%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014514100.280.290.224.0734.9166.86
HexC8918D01C1D1642343
Octal3102212150343526443103
Binary11001000100100011000110101110011101101101001000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8918D; }

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

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

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

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

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

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

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

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