#C2928C

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

Shades of Oriental Pink #C2928C

Tints of Oriental Pink #C2928C

Color information

#C2928C (or 0xC2928C) is unknown color: approx Oriental Pink. HEX triplet: C2, 92 and 8C. RGB value is (194,146,140). Sum of RGB (Red+Green+Blue) = 194+146+140=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 146 (57.42% from 255 or 30.42% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C2928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2928C is #3D6D73. Grayscale: #9F9F9F. Windows color (decimal): -4025716 or 9212610. OLE color: 9212610.

HSL color Cylindrical-coordinate representation of color #C2928C: hue angle of 6.67º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2928C is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB194146140-
CMYK00.250.280.24
HSL6.67º30.68%65.49%-
HSV(B)6.67º27.84%76.08%-
XYZ37.2633.9229.39-
YUV159.67116.9152.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 146 (57.42% from 255) = 30.42%
BLUE value IS 140 (55.08% from 255) = 29.17%
R=40.42%
G=30.42%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414614000.250.280.246.6730.6865.49
HexC2928C0191C1871f41
Octal3022222140313430737101
Binary1100001010010010100011000110011110011000111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2928C; }

 p { color: rgb(194,146,140); }

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

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

 a { background-color: rgb(194,146,140); }

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

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

 span { border-color: rgb(194,146,140); }

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