#C28584

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

Shades of Oriental Pink #C28584

Tints of Oriental Pink #C28584

Color information

#C28584 (or 0xC28584) is unknown color: approx Oriental Pink. HEX triplet: C2, 85 and 84. RGB value is (194,133,132). Sum of RGB (Red+Green+Blue) = 194+133+132=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 133 (52.34% from 255 or 28.98% from 459); Blue value is 132 (51.95% from 255 or 28.76% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C28584 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28584 is #3D7A7B. Grayscale: #979797. Windows color (decimal): -4029052 or 8684994. OLE color: 8684994.

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

Color convert

RGB194133132-
CMYK00.310.320.24
HSL0.97º33.7%63.92%-
HSV(B)0.97º31.96%76.08%-
XYZ34.829.9125.77-
YUV151.12117.21158.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 133 (52.34% from 255) = 28.98%
BLUE value IS 132 (51.95% from 255) = 28.76%
R=42.27%
G=28.98%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413313200.310.320.240.9733.763.92
HexC2858401F201812240
Octal3022052040374030142100
Binary1100001010000101100001000111111000001100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28584; }

 p { color: rgb(194,133,132); }

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

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

 a { background-color: rgb(194,133,132); }

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

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

 span { border-color: rgb(194,133,132); }

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