#C8918B

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

Shades of Oriental Pink #C8918B

Tints of Oriental Pink #C8918B

Color information

#C8918B (or 0xC8918B) is unknown color: approx Oriental Pink. HEX triplet: C8, 91 and 8B. RGB value is (200,145,139). Sum of RGB (Red+Green+Blue) = 200+145+139=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 200 - color contains mainly: red. Hex color #C8918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8918B is #376E74. Grayscale: #A0A0A0. Windows color (decimal): -3632757 or 9146824. OLE color: 9146824.

HSL color Cylindrical-coordinate representation of color #C8918B: hue angle of 5.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 #C8918B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB200145139-
CMYK00.280.300.22
HSL5.9º35.67%66.47%-
HSV(B)5.9º30.5%78.43%-
XYZ38.6134.3929.03-
YUV160.76115.72155.99-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.32%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 139 (54.69% from 255) = 28.72%
R=41.32%
G=29.96%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014513900.280.300.225.935.6766.47
HexC8918B01C1E1662442
Octal3102212130343626644102
Binary11001000100100011000101101110011110101101101001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8918B; }

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

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

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

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

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

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

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

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