#C2857F

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

Shades of Oriental Pink #C2857F

Tints of Oriental Pink #C2857F

Color information

#C2857F (or 0xC2857F) is unknown color: approx Oriental Pink. HEX triplet: C2, 85 and 7F. RGB value is (194,133,127). Sum of RGB (Red+Green+Blue) = 194+133+127=454 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.73% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 127 (50% from 255 or 27.97% from 454); Max value from RGB is 194 - color contains mainly: red. Hex color #C2857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2857F is #3D7A80. Grayscale: #969696. Windows color (decimal): -4029057 or 8357314. OLE color: 8357314.

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

Color convert

RGB194133127-
CMYK00.310.350.24
HSL5.37º35.45%62.94%-
HSV(B)5.37º34.54%76.08%-
XYZ34.4729.7824.01-
YUV150.56114.71158.99-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.73%
GREEN value IS 133 (52.34% from 255) = 29.30%
BLUE value IS 127 (50% from 255) = 27.97%
R=42.73%
G=29.30%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413312700.310.350.245.3735.4562.94
HexC2857F01F23185233f
Octal302205177037433054377
Binary1100001010000101111111101111110001111000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2857F; }

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

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

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

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

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

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

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

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