#C4857F

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

Shades of Oriental Pink #C4857F

Tints of Oriental Pink #C4857F

Color information

#C4857F (or 0xC4857F) is unknown color: approx Oriental Pink. HEX triplet: C4, 85 and 7F. RGB value is (196,133,127). Sum of RGB (Red+Green+Blue) = 196+133+127=456 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.98% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 196 - color contains mainly: red. Hex color #C4857F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4857F is #3B7A80. Grayscale: #979797. Windows color (decimal): -3897985 or 8357316. OLE color: 8357316.

HSL color Cylindrical-coordinate representation of color #C4857F: hue angle of 5.22º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4857F is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB196133127-
CMYK00.320.350.23
HSL5.22º36.9%63.33%-
HSV(B)5.22º35.2%76.86%-
XYZ34.9830.0424.03-
YUV151.15114.37159.99-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.98%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 127 (50% from 255) = 27.85%
R=42.98%
G=29.17%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613312700.320.350.235.2236.963.33
HexC4857F02023175253f
Octal304205177040432754577
Binary11000100100001011111111010000010001110111101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4857F; }

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

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

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

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

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

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

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

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