#C6918D

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

Shades of Oriental Pink #C6918D

Tints of Oriental Pink #C6918D

Color information

#C6918D (or 0xC6918D) is unknown color: approx Oriental Pink. HEX triplet: C6, 91 and 8D. RGB value is (198,145,141). Sum of RGB (Red+Green+Blue) = 198+145+141=484 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.91% from 484); Green value is 145 (57.03% from 255 or 29.96% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 198 - color contains mainly: red. Hex color #C6918D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6918D is #396E72. Grayscale: #A0A0A0. Windows color (decimal): -3763827 or 9277894. OLE color: 9277894.

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

Color convert

RGB198145141-
CMYK00.270.290.22
HSL4.21º33.33%66.47%-
HSV(B)4.21º28.79%77.65%-
XYZ38.2234.1829.78-
YUV160.39117.06154.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.91%
GREEN value IS 145 (57.03% from 255) = 29.96%
BLUE value IS 141 (55.47% from 255) = 29.13%
R=40.91%
G=29.96%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814514100.270.290.224.2133.3366.47
HexC6918D01B1D1642142
Octal3062212150333526441102
Binary11000110100100011000110101101111101101101001000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6918D; }

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

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

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

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

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

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

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

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