#c6918f

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

Shades of Oriental Pink #C6918F

Tints of Oriental Pink #C6918F

Color information

#C6918F (or 0xC6918F) is unknown color: approx Oriental Pink. HEX triplet: C6, 91 and 8F. RGB value is (198,145,143). Sum of RGB (Red+Green+Blue) = 198+145+143=486 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.74% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 198 - color contains mainly: red. Hex color #C6918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6918F is #396E70. Grayscale: #A0A0A0. Windows color (decimal): -3763825 or 9408966. OLE color: 9408966.

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

Color convert

RGB198145143-
CMYK00.270.280.22
HSL2.18º32.54%66.86%-
HSV(B)2.18º27.78%77.65%-
XYZ38.3734.2430.57-
YUV160.62118.06154.66-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.74%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 143 (56.25% from 255) = 29.42%
R=40.74%
G=29.84%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814514300.270.280.222.1832.5466.86
HexC6918F01B1C1622143
Octal3062212170333426241103
Binary1100011010010001100011110110111110010110101000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6918f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6918f; }

 p { color: rgb(198,145,143); }

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

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

 a { background-color: rgb(198,145,143); }

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

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

 span { border-color: rgb(198,145,143); }

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