#C0857F

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

Shades of Oriental Pink #C0857F

Tints of Oriental Pink #C0857F

Color information

#C0857F (or 0xC0857F) is unknown color: approx Oriental Pink. HEX triplet: C0, 85 and 7F. RGB value is (192,133,127). Sum of RGB (Red+Green+Blue) = 192+133+127=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0857F is #3F7A80. Grayscale: #969696. Windows color (decimal): -4160129 or 8357312. OLE color: 8357312.

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

Color convert

RGB192133127-
CMYK00.310.340.25
HSL5.54º34.03%62.55%-
HSV(B)5.54º33.85%75.29%-
XYZ33.9629.5123.99-
YUV149.96115.05157.99-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 133 (52.34% from 255) = 29.42%
BLUE value IS 127 (50% from 255) = 28.10%
R=42.48%
G=29.42%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213312700.310.340.255.5434.0362.55
HexC0857F01F22196223f
Octal300205177037423164277
Binary1100000010000101111111101111110001011001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0857F; }

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

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

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

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

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

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

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

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