#C6928D

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

Shades of Oriental Pink #C6928D

Tints of Oriental Pink #C6928D

Color information

#C6928D (or 0xC6928D) is unknown color: approx Oriental Pink. HEX triplet: C6, 92 and 8D. RGB value is (198,146,141). Sum of RGB (Red+Green+Blue) = 198+146+141=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 141 (55.47% from 255 or 29.07% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6928D is #396D72. Grayscale: #A1A1A1. Windows color (decimal): -3763571 or 9278150. OLE color: 9278150.

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

Color convert

RGB198146141-
CMYK00.260.290.22
HSL5.26º33.33%66.47%-
HSV(B)5.26º28.79%77.65%-
XYZ38.3834.4929.83-
YUV160.98116.73154.41-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 40.82%
GREEN value IS 146 (57.42% from 255) = 30.10%
BLUE value IS 141 (55.47% from 255) = 29.07%
R=40.82%
G=30.10%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19814614100.260.290.225.2633.3366.47
HexC6928D01A1D1652142
Octal3062222150323526541102
Binary11000110100100101000110101101011101101101011000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6928D; }

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

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

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

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

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

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

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

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