#C6857E

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

Shades of Oriental Pink #C6857E

Tints of Oriental Pink #C6857E

Color information

#C6857E (or 0xC6857E) is unknown color: approx Oriental Pink. HEX triplet: C6, 85 and 7E. RGB value is (198,133,126). Sum of RGB (Red+Green+Blue) = 198+133+126=457 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.33% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 198 - color contains mainly: red. Hex color #C6857E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6857E is #397A81. Grayscale: #979797. Windows color (decimal): -3766914 or 8291782. OLE color: 8291782.

HSL color Cylindrical-coordinate representation of color #C6857E: hue angle of 5.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6857E is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB198133126-
CMYK00.330.360.22
HSL5.83º38.71%63.53%-
HSV(B)5.83º36.36%77.65%-
XYZ35.4430.2923.72-
YUV151.64113.53161.07-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.33%
GREEN value IS 133 (52.34% from 255) = 29.10%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=43.33%
G=29.10%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19813312600.330.360.225.8338.7163.53
HexC6857E021241662740
Octal3062051760414426647100
Binary110001101000010111111100100001100100101101101001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6857E; }

 p { color: rgb(198,133,126); }

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

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

 a { background-color: rgb(198,133,126); }

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

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

 span { border-color: rgb(198,133,126); }

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