#C8918A

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

Shades of Oriental Pink #C8918A

Tints of Oriental Pink #C8918A

Color information

#C8918A (or 0xC8918A) is unknown color: approx Oriental Pink. HEX triplet: C8, 91 and 8A. RGB value is (200,145,138). Sum of RGB (Red+Green+Blue) = 200+145+138=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 200 - color contains mainly: red. Hex color #C8918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C8918A is #376E75. Grayscale: #A0A0A0. Windows color (decimal): -3632758 or 9081288. OLE color: 9081288.

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

Color convert

RGB200145138-
CMYK00.280.310.22
HSL6.77º36.05%66.27%-
HSV(B)6.77º31%78.43%-
XYZ38.5334.3728.65-
YUV160.65115.22156.07-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 145 (57.03% from 255) = 30.02%
BLUE value IS 138 (54.30% from 255) = 28.57%
R=41.41%
G=30.02%
B=28.57%

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
Decimal20014513800.280.310.226.7736.0566.27
HexC8918A01C1F1672442
Octal3102212120343726744102
Binary11001000100100011000101001110011111101101111001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8918A; }

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

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

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

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

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

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

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

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